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/ec/ec_key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ec/ec_key.c') diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c index 3abf467ce0..4098be6f49 100644 --- a/crypto/ec/ec_key.c +++ b/crypto/ec/ec_key.c @@ -8,7 +8,7 @@ * https://www.openssl.org/source/license.html */ -#include +#include "internal/cryptlib.h" #include #include "ec_lcl.h" #include -- cgit v1.2.3