X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssltest.c;h=dfe18b0f1cd101941c6f18a89049f6126910ff44;hp=9b7a387ba39d3f3e27956bbe1f846e2756688949;hb=f71165b556c307ea490b4fb5c59682f1e2678b20;hpb=350a404cb8b4524bab6b039e03b61b9db9fa8821 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