diff --git a/crypto/mem.c b/crypto/mem.c index f44e90fb..527edd93 100644 --- a/crypto/mem.c +++ b/crypto/mem.c @@ -68,7 +68,6 @@ #if defined(OPENSSL_WINDOWS) OPENSSL_MSVC_PRAGMA(warning(push, 3)) #include -OPENSSL_MSVC_PRAGMA(warning(pop)) /* Work around a clang-cl bug: SecureZeroMemory() below uses __stosb() but * windows.h only declares that intrinsic and then uses `#pragma intrinsic` for @@ -77,6 +76,7 @@ OPENSSL_MSVC_PRAGMA(warning(pop)) * TODO(thakis): Remove this once http://llvm.org/PR19898 is fixed. */ #include +OPENSSL_MSVC_PRAGMA(warning(pop)) #else #include #endif