summaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_item_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/asn1_item_list.c')
-rw-r--r--crypto/asn1/asn1_item_list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/asn1/asn1_item_list.c b/crypto/asn1/asn1_item_list.c
index 5a711546bf..c7000c20e9 100644
--- a/crypto/asn1/asn1_item_list.c
+++ b/crypto/asn1/asn1_item_list.c
@@ -7,6 +7,9 @@
* https://www.openssl.org/source/license.html
*/
+/* We need to use the low level ASN1 items until they are removed */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
#include <stdio.h>
#include "internal/cryptlib.h"
#include <openssl/asn1.h>