Commit a0ef6bb6 authored by Richard Levitte's avatar Richard Levitte
Browse files

Skip the SRP tests in 80-test_ssl_old.t if no TLS versions is enabled



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 0a699a07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -564,7 +564,7 @@ sub testssl {

      SKIP: {
	  skip "skipping SRP tests", 4
	      if $no_srp;
	      if $no_srp || alldisabled(grep !/^ssl3/, available_protocols("tls"));

	  ok(run(test([@ssltest, "-tls1", "-cipher", "SRP", "-srpuser", "test", "-srppass", "abc123"])),
	     'test tls1 with SRP');