Updates for auto init/deinit review comments
Fixes for the auto-init/deinit code based on review comments Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -55,16 +55,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <openssl/e_os2.h>
|
||||
|
||||
#if defined(OPENSSL_SYS_WINDOWS) && !defined(_WIN32_WINNT)
|
||||
/*
|
||||
* We default to requiring Windows Vista, Windows Server 2008 or later. We can
|
||||
* support lower versions if _WIN32_WINNT is explicity defined to something
|
||||
* less
|
||||
*/
|
||||
# define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
#include "e_os.h"
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/evp.h>
|
||||
|
Reference in New Issue
Block a user