summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_list.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-07-14 09:40:29 +1000
committerRichard Levitte <levitte@openssl.org>2020-07-16 09:12:27 +0200
commite4468e6d8dc5a8a7e49f2ba77ed55ce2b282d4a7 (patch)
treec872cfc97668904b3ccf5b9f0c5df440d21a7757 /crypto/engine/eng_list.c
parentad8fc6f626a6f9064383d77b102c8efcf442a9d7 (diff)
deprecate engines in libcrypto
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
Diffstat (limited to 'crypto/engine/eng_list.c')
-rw-r--r--crypto/engine/eng_list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/engine/eng_list.c b/crypto/engine/eng_list.c
index 167c24cb23..cb9ad78838 100644
--- a/crypto/engine/eng_list.c
+++ b/crypto/engine/eng_list.c
@@ -8,6 +8,9 @@
* https://www.openssl.org/source/license.html
*/
+/* We need to use some engine deprecated APIs */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
#include "eng_local.h"
/*