mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
- Use $^X; to find perl. - Big re-ordering: Put all variables at the top, move most inline code into functions. The heart of the script now basically just calls functions to do its work. - Unify warning text, add -w option - Don't use needless (subshells) - Ensure Windows gets a VC-xxx option - Make config a perl module - Top-level "config" command-line is a dummy that just calls the module. Added module stuff so that it can be called from Configure. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11230) |
||
---|---|---|
.. | ||
Test | ||
Util | ||
config.pm | ||
fallback.pm | ||
Glob.pm | ||
OID.pm | ||
Ordinals.pm | ||
ParseC.pm | ||
Template.pm | ||
Test.pm | ||
Util.pm |