summaryrefslogtreecommitdiffstats
path: root/apps/lib
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/lib
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/lib')
-rw-r--r--apps/lib/apps.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/lib/apps.c b/apps/lib/apps.c
index 3e4cc288b1..777e4fed35 100644
--- a/apps/lib/apps.c
+++ b/apps/lib/apps.c
@@ -7,6 +7,9 @@
* https://www.openssl.org/source/license.html
*/
+/* We need to use some engine deprecated APIs */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
#if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS)
/*
* On VMS, you need to define this to get the declaration of fileno(). The