projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97132a0
)
Make it possible to disable STORE.
author
Richard Levitte
<levitte@openssl.org>
Thu, 19 Feb 2009 09:42:51 +0000
(09:42 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 19 Feb 2009 09:42:51 +0000
(09:42 +0000)
crypto/store/store.h
patch
|
blob
|
history
diff --git
a/crypto/store/store.h
b/crypto/store/store.h
index fb4af3d33c42e2981275ba11d2f8cd5c2e9c9f32..0a28c7d5a20edf007d1086aa6fc329e1af04e7ab 100644
(file)
--- a/
crypto/store/store.h
+++ b/
crypto/store/store.h
@@
-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>