workaround for missing definition in some headers

This commit is contained in:
Dr. Stephen Henson 2010-03-15 13:09:39 +00:00
parent 118b90c59e
commit 32c452779e

View File

@ -99,6 +99,10 @@
#define CERT_STORE_CREATE_NEW_FLAG 0x00002000 #define CERT_STORE_CREATE_NEW_FLAG 0x00002000
#endif #endif
#ifndef CERT_SYSTEM_STORE_CURRENT_USER
#define CERT_SYSTEM_STORE_CURRENT_USER 0x00010000
#define
#include <openssl/engine.h> #include <openssl/engine.h>
#include <openssl/pem.h> #include <openssl/pem.h>
#include <openssl/x509v3.h> #include <openssl/x509v3.h>