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:
9de450b
)
workaround for missing definition in some headers
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 15 Mar 2010 13:12:00 +0000
(13:12 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 15 Mar 2010 13:12:00 +0000
(13:12 +0000)
engines/e_capi.c
patch
|
blob
|
history
diff --git
a/engines/e_capi.c
b/engines/e_capi.c
index fd7f13ca2cfc5ffbd949a9a316ce0419dc774618..fb77dffdf73a20c1e2676d1984e2e7d669a8af39 100644
(file)
--- a/
engines/e_capi.c
+++ b/
engines/e_capi.c
@@
-83,6
+83,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>