]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/hmac/hmac.c
Deprecate the low level HMAC functions
[thirdparty/openssl.git] / crypto / hmac / hmac.c
index a94550a37a96ced3c5266572ac1f94e5c67e70d5..37bd7e672664faf073d433152e7615a5c996a66f 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * HMAC low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>