summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test2.c
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-10-13 16:04:43 +0200
committerTomas Mraz <tomas@openssl.org>2022-10-17 12:08:25 +0200
commitbbaa24b7c5ca4d712ad539d4c5ed16af0dd908f4 (patch)
treeeb01284d836466123eda738b40c28c85a3e2c279 /test/evp_extra_test2.c
parent4574a7fd8dda070b129d76defca07703cab53842 (diff)
Add missing include for DH_get0_priv_key()
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)
Diffstat (limited to 'test/evp_extra_test2.c')
-rw-r--r--test/evp_extra_test2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/evp_extra_test2.c b/test/evp_extra_test2.c
index 251810746c..fc73994ca3 100644
--- a/test/evp_extra_test2.c
+++ b/test/evp_extra_test2.c
@@ -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"