]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/engine/tb_rand.c
deprecate engines in libcrypto
[thirdparty/openssl.git] / crypto / engine / tb_rand.c
index d7c7ef485fc53659aeb31305087869b96545ac8a..9996cf67d636002d2751bedb5f01204db25c15ee 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 *rand_table = NULL;