summaryrefslogtreecommitdiffstats
path: root/engines/e_devcrypto.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-07-14 09:38:22 +1000
committerRichard Levitte <levitte@openssl.org>2020-07-16 09:12:27 +0200
commitcf8e8cba93776cda9a137232df58a17d7c9a8fc1 (patch)
tree7a529b78ee0f2624840f8111669393ed71cc33e2 /engines/e_devcrypto.c
parent597f3f3ab144a4f3616073f41ee3722e1b75f2a3 (diff)
deprecate engines
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
Diffstat (limited to 'engines/e_devcrypto.c')
-rw-r--r--engines/e_devcrypto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/e_devcrypto.c b/engines/e_devcrypto.c
index 489109a80d..e8d5d5dd5a 100644
--- a/engines/e_devcrypto.c
+++ b/engines/e_devcrypto.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 "../e_os.h"
#include <string.h>
#include <sys/types.h>