summaryrefslogtreecommitdiffstats
path: root/test
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:09:04 +0200
commitbba03df4d9862273dddcb44e9ddab0c1626b6313 (patch)
treef5f941a23be8ea116bd6f66759e711ecaedad6f0 /test
parent5b5ab6ebe6d8bcb7487112d7382847abffb7c7ed (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) (cherry picked from commit bbaa24b7c5ca4d712ad539d4c5ed16af0dd908f4)
Diffstat (limited to 'test')
-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 ea4e538aaa..cacd04ce3c 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"