projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Only include windows headers when under windows.
[openssl.git]
/
engines
/
e_capi.c
diff --git
a/engines/e_capi.c
b/engines/e_capi.c
index f56f8b53f034c5f01240082533970f1fe3b4ee0a..c7833fc1739ca9acf728d8bb900a78c2e7392b31 100644
(file)
--- a/
engines/e_capi.c
+++ b/
engines/e_capi.c
@@
-54,8
+54,6
@@
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
-#include <windows.h>
-#include <wincrypt.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/engine.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/engine.h>
@@
-70,6
+68,8
@@
#define _WIN32_WINNT 0x400
#endif
#define _WIN32_WINNT 0x400
#endif
+#include <windows.h>
+#include <wincrypt.h>
#include "e_capi_err.h"
#include "e_capi_err.c"
#include "e_capi_err.h"
#include "e_capi_err.c"