fix no-dh configure option; patch supplied by Peter Meerwald
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index 9b7a387..dfe18b0 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -2234,6 +2234,7 @@
 	dh->length = 160;
 	return(dh);
 	}
+#endif
 
 static int do_test_cipherlist(void)
 	{
@@ -2291,4 +2292,3 @@
 
 	return 1;
 	}
-#endif