config: Turn into a simple wrapper
authorRichard Levitte <levitte@openssl.org>
Mon, 2 Mar 2020 23:08:41 +0000 (00:08 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 28 Jun 2020 16:34:36 +0000 (18:34 +0200)
commit2f44c8151e4214174c6aa23731df643c40db38cd
tree26bc20be86db3ace5b5f8025d75cf352e9931923
parente39795af0a871a0bd560838ce54610a34c92fb49
config: Turn into a simple wrapper

Now that Configure called config.pm's functions directly, the 'config'
script doesn't have much else to do than to pass arguments.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11230)
config