Don't overwrite existing installed openssl.cnf
authorRichard Levitte <levitte@openssl.org>
Mon, 1 Aug 2016 21:18:25 +0000 (23:18 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Aug 2016 22:55:46 +0000 (00:55 +0200)
Instead, install the new one as openssl.cnf.dist (openssl.cnf-dist on
VMS), and only install it as openssl.cnf if that file doesn't already
exist.

Also, don't install with exec privileges on VMS.

Reviewed-by: Rich Salz <rsalz@openssl.org>

No differences found