mirror of
https://github.com/openssl/openssl.git
synced 2024-11-23 18:13:39 +08:00
workaround for missing definition in some headers
This commit is contained in:
parent
e19f6678f5
commit
6c6bdd543d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user