projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
118b90c
)
workaround for missing definition in some headers
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 15 Mar 2010 13:09:39 +0000
(13:09 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 15 Mar 2010 13:09:39 +0000
(13:09 +0000)
engines/e_capi.c
patch
|
blob
|
history
diff --git
a/engines/e_capi.c
b/engines/e_capi.c
index 8da67982b0be9a3292efbc468036b77e8dd0f1ea..9624abcce2b5e9905e8f7c0da14142384cdbfd2f 100644
(file)
--- a/
engines/e_capi.c
+++ b/
engines/e_capi.c
@@
-99,6
+99,10
@@
#define CERT_STORE_CREATE_NEW_FLAG 0x00002000
#endif
+#ifndef CERT_SYSTEM_STORE_CURRENT_USER
+#define CERT_SYSTEM_STORE_CURRENT_USER 0x00010000
+#define
+
#include <openssl/engine.h>
#include <openssl/pem.h>
#include <openssl/x509v3.h>