Skip to content

Commit

Permalink
The evp-w32.h header should not be included on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulder committed Aug 2, 2016
1 parent c7ed0b7 commit 2bee596
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hcrypto/evp.c
Expand Up @@ -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>

Expand Down
2 changes: 2 additions & 0 deletions lib/hcrypto/test_bulk.c
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions lib/hcrypto/test_cipher.c
Expand Up @@ -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>
Expand Down

0 comments on commit 2bee596

Please sign in to comment.