summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/engines/e_capi.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/engines/e_capi.c')
-rw-r--r--crypto/openssl/engines/e_capi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssl/engines/e_capi.c b/crypto/openssl/engines/e_capi.c
index fd7f13c..59b2ab7 100644
--- a/crypto/openssl/engines/e_capi.c
+++ b/crypto/openssl/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
+#endif
+
#include <openssl/engine.h>
#include <openssl/pem.h>
#include <openssl/x509v3.h>
OpenPOWER on IntegriCloud