Add missing include for DH_get0_priv_key()
authorTomas Mraz <tomas@openssl.org>
Thu, 13 Oct 2022 14:04:43 +0000 (16:04 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 17 Oct 2022 10:08:25 +0000 (12:08 +0200)
Fixes #19410

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/19411)

test/evp_extra_test2.c

index 251810746c7000dadc96717f68d5a8f26ac8252c..fc73994ca3b31c9981a83cb3f354323dfb136225 100644 (file)
@@ -21,7 +21,9 @@
 #include <openssl/pem.h>
 #include <openssl/provider.h>
 #include <openssl/rsa.h>
+#include <openssl/dh.h>
 #include <openssl/core_names.h>
+
 #include "testutil.h"
 #include "internal/nelem.h"