openssl: fix the Windows x64 build

pull/24504/head
Bert Belder 2012-09-18 02:13:29 +02:00 committed by isaacs
parent 22974a1acd
commit 9423aa995b
1 changed files with 3 additions and 0 deletions

View 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 */