Fix from 0.9.7-stable.
[oweals/openssl.git] / ssl / ssltest.c
index 137b68b857351fa16cf55030c1daf3ad2599a726..517657c0240d01ffad924bb6192214175731a4e7 100644 (file)
@@ -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