Deprecate the low level AES functions
[openssl.git] / crypto / aes / aes_wrap.c
index b869b265cd5d8468fc85462b5626d2854b5999a6..82bf6dbfb63c73aff7ddd52f12454c1d3eb55204 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * AES_encrypt/AES_decrypt are deprecated - but we need to use them to implement
+ * these functions
+ */
+#include "internal/deprecated.h"
+
 #include "internal/cryptlib.h"
 #include <openssl/aes.h>
 #include <openssl/modes.h>