From: Richard Levitte Date: Thu, 19 Feb 2009 09:42:51 +0000 (+0000) Subject: Make it possible to disable STORE. X-Git-Tag: OpenSSL_0_9_8k^2~26 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=605b04f66136f04a7049f6385801505dc17ef929;hp=97132a0f8edb1034e59acce24c3db1264559d937 Make it possible to disable STORE. --- diff --git a/crypto/store/store.h b/crypto/store/store.h index fb4af3d33c..0a28c7d5a2 100644 --- a/crypto/store/store.h +++ b/crypto/store/store.h @@ -59,6 +59,12 @@ #ifndef HEADER_STORE_H #define HEADER_STORE_H +#include + +#ifdef OPENSSL_NO_STORE +#error STORE is disabled. +#endif + #include #ifndef OPENSSL_NO_DEPRECATED #include