Skip to content

Commit 9423aa9

Browse files
piscisaureusisaacs
authored andcommitted
openssl: fix the Windows x64 build
1 parent 22974a1 commit 9423aa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/openssl/config/k8/openssl/opensslconf-win32.h

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
#ifndef OPENSSL_NO_SEED
4242
# define OPENSSL_NO_SEED
4343
#endif
44+
#ifndef OPENSSL_NO_ASM
45+
# define OPENSSL_NO_ASM
46+
#endif
4447

4548
#endif /* OPENSSL_DOING_MAKEDEPEND */
4649

0 commit comments

Comments
 (0)