Make it possible to disable STORE.
This commit is contained in:
parent
97132a0f8e
commit
605b04f661
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@
|
|||
#ifndef HEADER_STORE_H
|
||||
#define HEADER_STORE_H
|
||||
|
||||
#include <openssl/opensslconf.h>
|
||||
|
||||
#ifdef OPENSSL_NO_STORE
|
||||
#error STORE is disabled.
|
||||
#endif
|
||||
|
||||
#include <openssl/ossl_typ.h>
|
||||
#ifndef OPENSSL_NO_DEPRECATED
|
||||
#include <openssl/evp.h>
|
||||
|
|
Loading…
Reference in a new issue