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) --- crypto/conf/conf_sap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/conf/conf_sap.c') diff --git a/crypto/conf/conf_sap.c b/crypto/conf/conf_sap.c index bed95abea4..0815109d81 100644 --- a/crypto/conf/conf_sap.c +++ b/crypto/conf/conf_sap.c @@ -10,7 +10,7 @@ #include #include #include "internal/cryptlib.h" -#include +#include "internal/conf.h" #include #include #include -- cgit v1.2.3