summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-02-24 17:58:43 +0000
committerNils Larsch <nils@openssl.org>2006-02-24 17:58:43 +0000
commitf71165b556c307ea490b4fb5c59682f1e2678b20 (patch)
tree430515fe51ec96b97524933bb3aa03c4046c4fbd /ssl/ssltest.c
parent350a404cb8b4524bab6b039e03b61b9db9fa8821 (diff)
fix no-dh configure option; patch supplied by Peter Meerwald
Diffstat (limited to 'ssl/ssltest.c')
-rw-r--r--ssl/ssltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index 9b7a387ba3..dfe18b0f1c 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -2234,6 +2234,7 @@ static DH *get_dh1024dsa()
dh->length = 160;
return(dh);
}
+#endif
static int do_test_cipherlist(void)
{
@@ -2291,4 +2292,3 @@ static int do_test_cipherlist(void)
return 1;
}
-#endif