]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/pkcs12/p12_mutl.c
Deprecate the low level HMAC functions
[thirdparty/openssl.git] / crypto / pkcs12 / p12_mutl.c
index 10e1c5b0fa6ebfa16388bd86ef558ae972e089f3..43d572ca2e2d7828901630f1b8e934a03772748e 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 "internal/cryptlib.h"
 #include <openssl/crypto.h>