workaround for missing definition in some headers
authorDr. Stephen Henson <steve@openssl.org>
Mon, 15 Mar 2010 13:12:00 +0000 (13:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 15 Mar 2010 13:12:00 +0000 (13:12 +0000)
engines/e_capi.c

index fd7f13ca2cfc5ffbd949a9a316ce0419dc774618..fb77dffdf73a20c1e2676d1984e2e7d669a8af39 100644 (file)
 #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>