Deprecate the low level AES functions
[openssl.git] / crypto / aes / aes_cfb.c
index 096280171f7011cfb7753f372dac619ba32cbee3..f0442f61e8002e523e2548aab094e2fe11b5658c 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * AES_encrypt is deprecated - but we need to use it to implement these other
+ * deprecated APIs.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/aes.h>
 #include <openssl/modes.h>