From: Tomas Mraz Date: Thu, 13 Oct 2022 14:04:43 +0000 (+0200) Subject: Add missing include for DH_get0_priv_key() X-Git-Tag: openssl-3.2.0-alpha1~1906 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbaa24b7c5ca4d712ad539d4c5ed16af0dd908f4;p=thirdparty%2Fopenssl.git Add missing include for DH_get0_priv_key() Fixes #19410 Reviewed-by: Richard Levitte Reviewed-by: Kurt Roeckx (Merged from https://github.com/openssl/openssl/pull/19411) --- diff --git a/test/evp_extra_test2.c b/test/evp_extra_test2.c index 251810746c7..fc73994ca3b 100644 --- a/test/evp_extra_test2.c +++ b/test/evp_extra_test2.c @@ -21,7 +21,9 @@ #include #include #include +#include #include + #include "testutil.h" #include "internal/nelem.h"