summaryrefslogtreecommitdiffstats
path: root/extract-cert.c
diff options
context:
space:
mode:
Diffstat (limited to 'extract-cert.c')
-rw-r--r--extract-cert.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/extract-cert.c b/extract-cert.c
index b071bf4..c14a4a0 100644
--- a/extract-cert.c
+++ b/extract-cert.c
@@ -25,6 +25,13 @@
#define PKEY_ID_PKCS7 2
+/*
+ * OpenSSL 3.0 deprecates the OpenSSL's ENGINE API.
+ *
+ * Remove this if/when that API is no longer used
+ */
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+
static __attribute__((noreturn))
void format(void)
{