]> git.ipfire.org Git - thirdparty/openssl.git/commit
Consolidate the locations where we have our internal perl modules
authorRichard Levitte <levitte@openssl.org>
Fri, 3 Nov 2017 20:43:07 +0000 (21:43 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 5 Nov 2017 21:58:10 +0000 (22:58 +0100)
commit470a601705673102b9d33359408bef6334f07078
tree56d86f143e681d1d52c4d9bab5d4646976807bbe
parentb81cfa07ada850fd287d0a0c82ba280907f18ce7
Consolidate the locations where we have our internal perl modules

Instead of having perl modules under test/testlib and util,
consolidate them all to be inside util/perl.

(this is an adaptation of the part of #4069 that wasn't included in #4666)

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4667)
20 files changed:
Configure
test/generate_ssl_tests.pl
test/recipes/80-test_ssl_new.t
test/recipes/tconversion.pl
test/run_tests.pl
util/dofile.pl
util/mkdef.pl
util/perl/OpenSSL/Glob.pm [moved from util/OpenSSL/Glob.pm with 100% similarity]
util/perl/OpenSSL/Test.pm [moved from test/testlib/OpenSSL/Test.pm with 100% similarity]
util/perl/OpenSSL/Test/Simple.pm [moved from test/testlib/OpenSSL/Test/Simple.pm with 100% similarity]
util/perl/OpenSSL/Test/Utils.pm [moved from test/testlib/OpenSSL/Test/Utils.pm with 100% similarity]
util/perl/TLSProxy/ClientHello.pm [moved from util/TLSProxy/ClientHello.pm with 100% similarity]
util/perl/TLSProxy/Message.pm [moved from util/TLSProxy/Message.pm with 100% similarity]
util/perl/TLSProxy/NewSessionTicket.pm [moved from util/TLSProxy/NewSessionTicket.pm with 100% similarity]
util/perl/TLSProxy/Proxy.pm [moved from util/TLSProxy/Proxy.pm with 100% similarity]
util/perl/TLSProxy/Record.pm [moved from util/TLSProxy/Record.pm with 100% similarity]
util/perl/TLSProxy/ServerHello.pm [moved from util/TLSProxy/ServerHello.pm with 100% similarity]
util/perl/TLSProxy/ServerKeyExchange.pm [moved from util/TLSProxy/ServerKeyExchange.pm with 100% similarity]
util/perl/with_fallback.pm [moved from util/with_fallback.pm with 83% similarity]
util/process_docs.pl