VMS: move copy_argc to its own module and make it an aux source
authorRichard Levitte <levitte@openssl.org>
Sun, 3 Mar 2019 09:20:37 +0000 (10:20 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Mar 2019 07:51:09 +0000 (08:51 +0100)
commit9b542d72d2e7d4893a11b2e87628d9ac8637b954
tree6d57a2ff528849c7208edb9797bc35f2db35f9de
parent469ce8ff48ef06b2e508d0c06a42ec86379b0032
VMS: move copy_argc to its own module and make it an aux source

copy_argv was never initialization code.

Make it self-cleaning too.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8381)
Configurations/10-main.conf
apps/openssl.c
apps/vms_decc_argv.c [new file with mode: 0644]
apps/vms_decc_init.c