Make it possible to disable STORE.
authorRichard Levitte <levitte@openssl.org>
Thu, 19 Feb 2009 09:42:51 +0000 (09:42 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 Feb 2009 09:42:51 +0000 (09:42 +0000)
crypto/store/store.h

index fb4af3d33c42e2981275ba11d2f8cd5c2e9c9f32..0a28c7d5a20edf007d1086aa6fc329e1af04e7ab 100644 (file)
 #ifndef HEADER_STORE_H
 #define HEADER_STORE_H
 
 #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>
 #include <openssl/ossl_typ.h>
 #ifndef OPENSSL_NO_DEPRECATED
 #include <openssl/evp.h>