Deprecate the low level AES functions
[openssl.git] / crypto / aes / aes_core.c
index a094a9adebe1b2f64b5c38ac06db1d66b0794cba..d7e4bf1635d8068b2d91159c0c3ab049e6a9daa0 100644 (file)
 /* Note: rewritten a little bit to provide error control and an OpenSSL-
    compatible API */
 
+/*
+ * 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 <assert.h>
 
 #include <stdlib.h>