mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
OpenSSL::Test cleanup - no forward declarations needed
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1686)
This commit is contained in:
parent
42aa720d18
commit
753663a9e5
@ -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>.
|
||||
|
Loading…
Reference in New Issue
Block a user