提交 22ab4b7d 编写于 作者: M Matt Caswell

Correct imports for checkhandshake module

Ensure the tests can find the checkhandshake module on all platforms

Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich
Salz
Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 1b0286a3
......@@ -19,8 +19,7 @@ BEGIN {
$test_name = "test_sslmessages";
OpenSSL::Test::setup($test_name);
}
use lib srctop_dir("test", "recipes");
use lib srctop_dir("test");
use recipes::checkhandshake qw(checkhandshake @handmessages @extensions);
......
......@@ -19,8 +19,7 @@ BEGIN {
$test_name = "test_tls13messages";
OpenSSL::Test::setup($test_name);
}
use lib srctop_dir("test", "recipes");
use lib srctop_dir("test");
use recipes::checkhandshake qw(checkhandshake @handmessages @extensions);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册