X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=test%2Ftestlib%2FOpenSSL%2FTest.pm;fp=test%2Ftestlib%2FOpenSSL%2FTest.pm;h=ffd287fbb6c3ba1fcf4c62ab77893fd1e6fd37ae;hb=753663a9e5d3b105e713de45ae9704ce32fb01fb;hp=96ac8ac20f2aed9d0feda005a118ec8bc1539ceb;hpb=42aa720d188e487dae93d75dc9796a4aa68f6ff4;p=openssl.git diff --git a/test/testlib/OpenSSL/Test.pm b/test/testlib/OpenSSL/Test.pm index 96ac8ac20f..ffd287fbb6 100644 --- a/test/testlib/OpenSSL/Test.pm +++ b/test/testlib/OpenSSL/Test.pm @@ -94,21 +94,6 @@ my %hooks = ( # Debug flag, to be set manually when needed my $debug = 0; -# Declare some utility functions that are defined at the end -sub bldtop_file; -sub bldtop_dir; -sub srctop_file; -sub srctop_dir; -sub quotify; - -# Declare some private functions that are defined at the end -sub __env; -sub __cwd; -sub __apps_file; -sub __results_file; -sub __fixup_cmd; -sub __build_cmd; - =head2 Main functions The following functions are exported by default when using C.