]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/aes/aes_cbc.c
Deprecate the low level AES functions
[thirdparty/openssl.git] / crypto / aes / aes_cbc.c
index d4e309195f1472c5d39a80fa92e34998c294876c..9017cc132c8119fd7300625e4c1cd971ad4a42ce 100644 (file)
@@ -7,6 +7,13 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * AES low level APIs are deprecated for public use, but still ok for internal
+ * use where we're using them to implement the higher level EVP interface, as is
+ * the case here.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/aes.h>
 #include <openssl/modes.h>