summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-03-03 10:20:37 +0100
committerMatt Caswell <matt@openssl.org>2022-03-03 13:26:49 +0000
commit30b6e244fe6946bf8120bbf064581f60557bfc19 (patch)
tree055918f7322b7bfd6259a22337b9382e33b85877 /Configurations
parent8845aeb3ed528491b9eccba365182f90540e5b95 (diff)
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 <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17746)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 38c8eb3158..8ca8235ed5 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1772,7 +1772,7 @@ my %targets = (
disable => add('pinshared'),
- apps_aux_src => "vms_term_sock.c",
+ apps_aux_src => "vms_term_sock.c vms_decc_argv.c",
apps_init_src => "vms_decc_init.c",
},