From: Richard Levitte Date: Fri, 26 Feb 2016 07:46:44 +0000 (+0100) Subject: Unified on VMS - add %disabled in vmsconfig.pm (util/dofile.pl demands it) X-Git-Tag: OpenSSL_1_1_0-pre4~505 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=0f2d3e4e4e88e92998329aab0fd912d89dc4a836 Unified on VMS - add %disabled in vmsconfig.pm (util/dofile.pl demands it) Reviewed-by: Rich Salz --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index c2eed1178b..e8e335dfff 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -359,7 +359,7 @@ vmsconfig.pm : configdata.pm WRITE CONFIG "use strict; use warnings;" WRITE CONFIG "use Exporter;" WRITE CONFIG "our @ISA = qw(Exporter);" - WRITE CONFIG "our @EXPORT = qw(%config %target %withargs %unified_info);" + WRITE CONFIG "our @EXPORT = qw(%config %target %withargs %unified_info %disabled);" WRITE CONFIG "our %config = (" WRITE CONFIG " target => '{- $config{target} -}'," WRITE CONFIG " version => '$(MAJOR).$(MINOR)'," @@ -372,6 +372,7 @@ vmsconfig.pm : configdata.pm WRITE CONFIG " ]," WRITE CONFIG ");" WRITE CONFIG "our %target = ();" + WRITE CONFIG "our %disabled = ();" WRITE CONFIG "our %withargs = ();" WRITE CONFIG "our %unified_info = ();" WRITE CONFIG "1;"