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)
32 files changed:
Configure
test/generate_ssl_tests.pl
test/recipes/80-test_ssl_new.t
test/recipes/tconversion.pl
test/run_tests.pl
test/testlib/OpenSSL/Test.pm [deleted file]
test/testlib/OpenSSL/Test/Simple.pm [deleted file]
test/testlib/OpenSSL/Test/Utils.pm [deleted file]
util/OpenSSL/Glob.pm [deleted file]
util/TLSProxy/ClientHello.pm [deleted file]
util/TLSProxy/Message.pm [deleted file]
util/TLSProxy/NewSessionTicket.pm [deleted file]
util/TLSProxy/Proxy.pm [deleted file]
util/TLSProxy/Record.pm [deleted file]
util/TLSProxy/ServerHello.pm [deleted file]
util/TLSProxy/ServerKeyExchange.pm [deleted file]
util/dofile.pl
util/mkdef.pl
util/perl/OpenSSL/Glob.pm [new file with mode: 0644]
util/perl/OpenSSL/Test.pm [new file with mode: 0644]
util/perl/OpenSSL/Test/Simple.pm [new file with mode: 0644]
util/perl/OpenSSL/Test/Utils.pm [new file with mode: 0644]
util/perl/TLSProxy/ClientHello.pm [new file with mode: 0644]
util/perl/TLSProxy/Message.pm [new file with mode: 0644]
util/perl/TLSProxy/NewSessionTicket.pm [new file with mode: 0644]
util/perl/TLSProxy/Proxy.pm [new file with mode: 0644]
util/perl/TLSProxy/Record.pm [new file with mode: 0644]
util/perl/TLSProxy/ServerHello.pm [new file with mode: 0644]
util/perl/TLSProxy/ServerKeyExchange.pm [new file with mode: 0644]
util/perl/with_fallback.pm [new file with mode: 0644]
util/process_docs.pl
util/with_fallback.pm [deleted file]