From: Richard Levitte Date: Mon, 17 Oct 2016 05:06:39 +0000 (+0200) Subject: OpenSSL::Test cleanup - no forward declarations needed X-Git-Tag: OpenSSL_1_1_1-pre1~3351 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=753663a9e5d3b105e713de45ae9704ce32fb01fb OpenSSL::Test cleanup - no forward declarations needed Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1686) --- 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.