summaryrefslogtreecommitdiffstats
path: root/test/igetest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/igetest.c')
-rw-r--r--test/igetest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/igetest.c b/test/igetest.c
index 5a9ebb5b56..7a8ff68802 100644
--- a/test/igetest.c
+++ b/test/igetest.c
@@ -7,6 +7,9 @@
* https://www.openssl.org/source/license.html
*/
+/* The AES_ige_* functions are deprecated, so we suppress warnings about them */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
#include <openssl/crypto.h>
#include <openssl/aes.h>
#include <openssl/rand.h>