]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - scripts/extract-cert.c
dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switch_acl_en...
[mirror_ubuntu-jammy-kernel.git] / scripts / extract-cert.c
index 3bc48c726c41c93b1ee713f1e7549bc5dd842b71..79ecbbfe37cd75b4cb2adb6eee55f20c089fb692 100644 (file)
 #include <openssl/err.h>
 #include <openssl/engine.h>
 
+/*
+ * 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"
+
 #define PKEY_ID_PKCS7 2
 
 static __attribute__((noreturn))