summaryrefslogtreecommitdiffstats
path: root/apps/list.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-07-14 09:40:04 +1000
committerRichard Levitte <levitte@openssl.org>2020-07-16 09:12:27 +0200
commitad8fc6f626a6f9064383d77b102c8efcf442a9d7 (patch)
treec7e3bd93105a685333ddb3398fdb9c3295061860 /apps/list.c
parent91512a771ac0f98b741824af9b2472d3eb754e70 (diff)
apps: deprecate engines
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
Diffstat (limited to 'apps/list.c')
-rw-r--r--apps/list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/list.c b/apps/list.c
index 52641e41cb..f0ea7dc6ae 100644
--- a/apps/list.c
+++ b/apps/list.c
@@ -7,6 +7,9 @@
* https://www.openssl.org/source/license.html
*/
+/* We need to use some engine deprecated APIs */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
#include <string.h>
#include <openssl/evp.h>
#include <openssl/err.h>