deprecate engines in libcrypto
[openssl.git] / crypto / engine / eng_pkey.c
index b8853df1cfccc87d112b5a9f9e5051f146b4e8dd..68df415475ed6dbef1eeb6dcae1c00b05ef0583b 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"
 
 /* Basic get/set stuff */