From 5f8dd0f849d3bb87b2224715f8880716f39e9b0a Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 3 Aug 2017 16:21:01 -0400 Subject: Add missing include of cryptlib.h Also use "" not <> for all include cryptlib Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4082) --- crypto/include/internal/cryptlib_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/include') diff --git a/crypto/include/internal/cryptlib_int.h b/crypto/include/internal/cryptlib_int.h index 60241d15dc..3dddf08200 100644 --- a/crypto/include/internal/cryptlib_int.h +++ b/crypto/include/internal/cryptlib_int.h @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include +#include "internal/cryptlib.h" /* This file is not scanned by mkdef.pl, whereas cryptlib.h is */ -- cgit v1.2.3