mirror of https://github.com/nodejs/node.git
openssl: fix the Windows x64 build
parent
22974a1acd
commit
9423aa995b
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue