The evp-w32.h header should not be included on all platforms

This commit is contained in:
David Mulder
2016-08-02 16:12:46 -06:00
parent c7ed0b719d
commit 2bee5966ab
3 changed files with 6 additions and 0 deletions

View File

@@ -44,7 +44,9 @@
#include <evp.h>
#include <evp-hcrypto.h>
#include <evp-cc.h>
#if _WIN32
#include <evp-w32.h>
#endif
#include <evp-pkcs11.h>
#include <evp-openssl.h>

View File

@@ -39,7 +39,9 @@
#include <evp.h>
#include <evp-hcrypto.h>
#include <evp-cc.h>
#if _WIN32
#include <evp-w32.h>
#endif
#include <evp-pkcs11.h>
#include <hex.h>
#include <err.h>

View File

@@ -41,7 +41,9 @@
#include <evp.h>
#include <evp-hcrypto.h>
#include <evp-cc.h>
#if _WIN32
#include <evp-w32.h>
#endif
#include <evp-pkcs11.h>
#include <evp-openssl.h>
#include <hex.h>