OpenSSL 1.1.1-pre2

This commit is contained in:
Hakase
2018-04-07 17:29:40 +09:00
parent 82a44d2483
commit bbac8ca55d
17755 changed files with 221242 additions and 98415 deletions
+3 -2
View File
@@ -7,7 +7,7 @@
# https://www.openssl.org/source/license.html
use OpenSSL::Test;
use OpenSSL::Test qw/:DEFAULT srctop_file/;
use OpenSSL::Test::Utils;
setup("test_clienthello");
@@ -17,4 +17,5 @@ plan skip_all => "No TLS/SSL protocols are supported by this OpenSSL build"
plan tests => 1;
ok(run(test(["clienthellotest"])), "running clienthellotest");
ok(run(test(["clienthellotest", srctop_file("test", "session.pem")])),
"running clienthellotest");