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:
Jeffrey Altman
2016-08-02 18:30:21 -04:00
committed by GitHub
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>