aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui
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/ui
parent5bafb04d2e8a792afbc97395410ef3291f3fbc8b (diff)
downloadopenssl-53e95716f5c11a8a9cbdcbbb3be0e8e538b5a2ea.tar.gz
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/ui')
-rw-r--r--crypto/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ui/ui.h b/crypto/ui/ui.h
index bd78aa413f..5c4ff49cc5 100644
--- a/crypto/ui/ui.h
+++ b/crypto/ui/ui.h
@@ -59,7 +59,7 @@
#ifndef HEADER_UI_H
#define HEADER_UI_H
-#ifndef OPENSSL_NO_DEPRECATED
+#ifdef OPENSSL_USE_DEPRECATED
#include <openssl/crypto.h>
#endif
#include <openssl/safestack.h>