summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-10-17 07:06:39 +0200
committerRichard Levitte <levitte@openssl.org>2016-10-19 17:14:33 +0200
commit753663a9e5d3b105e713de45ae9704ce32fb01fb (patch)
treea5352389971a9b81f2bf4d099308580c42d29819 /test
parent42aa720d188e487dae93d75dc9796a4aa68f6ff4 (diff)
OpenSSL::Test cleanup - no forward declarations needed
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1686)
Diffstat (limited to 'test')
-rw-r--r--test/testlib/OpenSSL/Test.pm15
1 files changed, 0 insertions, 15 deletions
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<OpenSSL::Test>.