Commit 605b04f6 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make it possible to disable STORE.

parent 97132a0f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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>