commit | b33c5ffeea346fe671ff72b93ede3faa9ef6b865 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Mar 10 14:20:50 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Thu Mar 10 14:20:50 2016 +0100 |
tree | d3b0332e131c2cbe68f3b827c0b73d97a6f99da7 | |
parent | 3415c711b056cc7950ad25b55760a4f57fde02c4 [diff] |
Harmonize the option processing in 'config' and 'config.com' The help text for -d in 'config' was aged, and the option processing in 'config.com' was just different. This harmonizes 'config.com' with the instructions in INSTALL and both current reality. Reviewed-by: Rich Salz <rsalz@openssl.org>