From 176db6dc51ec0a972bfa8836cfdab8f6767c978a Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 22 Aug 2017 08:35:43 -0400 Subject: Use "" not <> for internal/ includes Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4217) --- test/hmactest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/hmactest.c') diff --git a/test/hmactest.c b/test/hmactest.c index abd1193d81..ca775773a6 100644 --- a/test/hmactest.c +++ b/test/hmactest.c @@ -11,7 +11,7 @@ #include #include -#include +#include "internal/nelem.h" # include # include -- cgit v1.2.3