deprecate engines in libcrypto
[openssl.git] / crypto / engine / tb_dh.c
index e877fce2fcce97a7bac8a71ca95391d8807337a2..fa8b5b846be050247da3f99606e90b3df5a577fb 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 *dh_table = NULL;