win build fix 3
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
diff --git a/crypto/internal.h b/crypto/internal.h
|
||||
index 28d45a4a4..e0c5a6b42 100644
|
||||
index 30ec7df16..6331cae4a 100644
|
||||
--- a/crypto/internal.h
|
||||
+++ b/crypto/internal.h
|
||||
@@ -55,7 +55,7 @@
|
||||
#if defined(OPENSSL_WINDOWS_THREADS)
|
||||
@@ -54,7 +54,7 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
-#if defined(_M_X64) || defined(_M_IX86)
|
||||
+#if defined(_MSC_VER) && (defined(_M_X64) || defined(_M_IX86))
|
||||
#include "intrin.h"
|
||||
|
||||
Reference in New Issue
Block a user