From 53e95716f5c11a8a9cbdcbbb3be0e8e538b5a2ea Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 17 Dec 2014 13:30:41 +0000 Subject: Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATED Introduce use of DECLARE_DEPRECATED Reviewed-by: Rich Salz --- crypto/store/store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/store') 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 -#ifndef OPENSSL_NO_DEPRECATED +#ifdef OPENSSL_USE_DEPRECATED #include #include #include -- cgit v1.2.3