summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-12-17 13:30:41 +0000
committerMatt Caswell <matt@openssl.org>2014-12-18 19:57:14 +0000
commit53e95716f5c11a8a9cbdcbbb3be0e8e538b5a2ea (patch)
treebc12310b023becd6c88c456b5b59a2b301eeed4d /crypto/store
parent5bafb04d2e8a792afbc97395410ef3291f3fbc8b (diff)
Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATED
Introduce use of DECLARE_DEPRECATED Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/store/store.h b/crypto/store/store.h
index 0a28c7d5a2..8b472a7fec 100644
--- a/crypto/store/store.h
+++ b/crypto/store/store.h
@@ -66,7 +66,7 @@
#endif
#include <openssl/ossl_typ.h>
-#ifndef OPENSSL_NO_DEPRECATED
+#ifdef OPENSSL_USE_DEPRECATED
#include <openssl/evp.h>
#include <openssl/bn.h>
#include <openssl/x509.h>