Deprecate the low level CMAC functions
[openssl.git] / crypto / cmac / cm_ameth.c
index 9db2562157238c058ecf33e1931af1238d47d0bf..d46cf07fac524d866559e458a128d36bae1f60e2 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * CMAC low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include "internal/cryptlib.h"
 #include <openssl/evp.h>