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:
Matt Caswell
2016-02-09 13:12:34 +00:00
parent 722cba2321
commit 35d8fa563c
10 changed files with 22 additions and 55 deletions

View File

@@ -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>