VMS: simplify config targets
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Feb 2018 09:34:12 +0000 (10:34 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 14 Feb 2018 11:30:12 +0000 (12:30 +0100)
commitab90718953eabbd8fa519895387d065c94418f5c
tree8ba8a748cd4d676d595f3bc90d37bb6787229002
parentbabab8e7c9060cd4e8e423a783853503982a5d27
VMS: simplify config targets

All VMS config targets were literally copies of each other, only
differing in what argument the parameter seeking function vms_info()
received (the pointer size).

This could be hugely simplified by letting vms_info() detect what
pointer size was desired from the desired config target name instead.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5364)
Configurations/10-main.conf