Merge pull request #190 from DavidMulder/windows_code_ifdefs
The evp-w32.h header should not be included on all platforms
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user