openssl: fix the Windows x64 build
authorBert Belder <bertbelder@gmail.com>
Tue, 18 Sep 2012 00:13:29 +0000 (02:13 +0200)
committerBert Belder <bertbelder@gmail.com>
Tue, 18 Sep 2012 00:13:29 +0000 (02:13 +0200)
deps/openssl/config/k8/openssl/opensslconf-win32.h

index 8a37db9..102cb2d 100644 (file)
@@ -41,6 +41,9 @@
 #ifndef OPENSSL_NO_SEED
 # define OPENSSL_NO_SEED
 #endif
+#ifndef OPENSSL_NO_ASM
+# define OPENSSL_NO_ASM
+#endif
 
 #endif /* OPENSSL_DOING_MAKEDEPEND */