ec/ecp_nistz256.c: further harmonization with latest rules.
[oweals/openssl.git] / crypto / store / store.h
index fb4af3d33c42e2981275ba11d2f8cd5c2e9c9f32..0a28c7d5a20edf007d1086aa6fc329e1af04e7ab 100644 (file)
 #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>