]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/engine/tb_dsa.c
deprecate engines in libcrypto
[thirdparty/openssl.git] / crypto / engine / tb_dsa.c
index a22e8f6941094172ac783d972a4b948f08411822..65dbe64df98b417f3297ade0f69060a163233051 100644 (file)
@@ -7,6 +7,9 @@
  * https://www.openssl.org/source/license.html
  */
 
+/* We need to use some engine deprecated APIs */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
 #include "eng_local.h"
 
 static ENGINE_TABLE *dsa_table = NULL;