]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/evp_lib.c
EVP: deprecate the EVP_X_meth_ functions.
[thirdparty/openssl.git] / crypto / evp / evp_lib.c
index ef978ec6f1b8615c3fc9e11c60150e6e4025e8a2..9f2165dc59bcb3e7618d8f0e63f0347ef52822f6 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * EVP _meth_ APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include "internal/cryptlib.h"
 #include <openssl/evp.h>