deprecate engines in libcrypto
[openssl.git] / crypto / engine / tb_eckey.c
index 397dad8855b7625ca7e288737b263c159639e1ed..ae7ef5ebdf29456eda6390fcc38e88603247301a 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;