From c08138e500ed27c6aa3db98194bd04c400213db3 Mon Sep 17 00:00:00 2001 From: Juergen Christ Date: Mon, 22 Mar 2021 10:04:26 +0100 Subject: Fix compilation under -Werror With strict warnings and warnings as error, openssl currently does not compile due to a missing include. Signed-off-by: Juergen Christ Reviewed-by: Tomas Mraz Reviewed-by: Patrick Steuer Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14640) --- crypto/ec/ecx_meth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/ec') diff --git a/crypto/ec/ecx_meth.c b/crypto/ec/ecx_meth.c index d68189036b..00896f4186 100644 --- a/crypto/ec/ecx_meth.c +++ b/crypto/ec/ecx_meth.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "internal/cryptlib.h" #include "internal/provider.h" #include "crypto/asn1.h" -- cgit v1.2.3