summaryrefslogtreecommitdiff
path: root/test/hmactest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hmactest.c')
-rw-r--r--test/hmactest.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/hmactest.c b/test/hmactest.c
index a4a9c849b9..ebc075433a 100644
--- a/test/hmactest.c
+++ b/test/hmactest.c
@@ -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 <string.h>
#include <stdlib.h>