Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/x509_def.c')
-rw-r--r--crypto/x509/x509_def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_def.c b/crypto/x509/x509_def.c
index cb0f5af0..7cfdd9c8 100644
--- a/crypto/x509/x509_def.c
+++ b/crypto/x509/x509_def.c
@@ -61,7 +61,7 @@
#ifdef OPENSSL_WINDOWS
/* OpenSSL defaults on Windows. */
-#if _WIN64
+#ifdef _WIN64
#define OPENSSLDIR "C:\\Program Files\\Common Files\\SSL"
#else
#define OPENSSLDIR "C:\\Program Files (x86)\\Common Files\\SSL"