deprecate engines in libcrypto
[openssl.git] / crypto / init.c
index 4aa3fc83da91495abd4d80082c5afbfd80adcdbe..8c1fc2598faac5745aeda108e16fab8afc7e49a3 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 "e_os.h"
 #include "crypto/cryptlib.h"
 #include <openssl/err.h>