Deprecate the low level AES functions
[openssl.git] / crypto / evp / e_aes_cbc_hmac_sha256.c
index 771ef1d6a2c55ea85406d38d4e4e809181dc0028..27cc59bd133ee10024757059133b20b8e7733b4a 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 <stdio.h>
 #include <string.h>
 #include <openssl/opensslconf.h>