summaryrefslogtreecommitdiffstats
path: root/crypto/evp/digest.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/evp/digest.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/evp/digest.c')
-rw-r--r--crypto/evp/digest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/evp/digest.c b/crypto/evp/digest.c
index 92e9b7bfb0..3d25b75be7 100644
--- a/crypto/evp/digest.c
+++ b/crypto/evp/digest.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 <stdio.h>
#include <openssl/objects.h>
#include <openssl/evp.h>