summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-11-29 12:02:54 +0000
committerMatt Caswell <matt@openssl.org>2019-12-04 17:46:38 +0000
commit7573fe1af54c190ccd8d07d753b334637a30f3a2 (patch)
tree0b59cee6251765cd28f9fd600818a3ab3512e695 /apps/speed.c
parent67b8f5bdbf95ad4def2dd27c220545b15d847aae (diff)
Deprecate the AES_ige_*() functions
These functions were already partially deprecated. Now we do it fully. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10558)
Diffstat (limited to 'apps/speed.c')
-rw-r--r--apps/speed.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/speed.c b/apps/speed.c
index 53ae4c4e58..e4b104e9c3 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -17,6 +17,9 @@
#define EdDSA_SECONDS 10
#define SM2_SECONDS 10
+/* We need to use some deprecated APIs */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>