Refactor ClientHello extension parsing
[openssl.git] / test / recipes / 10-test_bn.t
index a01d9bfef07effe5fba64ff08770f4a6f2c5cdeb..7e728f4e16847b4eb487ab937dadbb0b2880d68c 100644 (file)
@@ -5,13 +5,13 @@ use warnings;
 
 use Math::BigInt;
 
-use OpenSSL::Test qw/:DEFAULT top_file/;
+use OpenSSL::Test qw/:DEFAULT srctop_file/;
 
 setup("test_bn");
 
 plan tests => 3;
 
-require_ok(top_file("test","recipes","bc.pl"));
+require_ok(srctop_file("test","recipes","bc.pl"));
 
 my $testresults = "tmp.bntest";
 my $init = ok(run(test(["bntest"], stdout => $testresults)), 'initialize');