Document RAND_load_file change.
[openssl.git] / test / testssl
index 255ae5e9768e4e9af65cf0dc353c04deebe44017..1d04b939f389b97007bf8a07f8625c32d7ac9649 100644 (file)
@@ -63,6 +63,9 @@ echo test sslv3 with both client and server authentication via BIO pair
 echo test sslv2/sslv3 via BIO pair
 ./ssltest || exit 1
 
+echo test sslv2/sslv3 w/o DHE via BIO pair
+./ssltest -bio_pair -no_dhe || exit 1
+
 echo test sslv2/sslv3 with server authentication
 ./ssltest -bio_pair -server_auth -CApath ../certs || exit 1