diff options
author | Richard Levitte <levitte@openssl.org> | 2016-02-22 19:17:06 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-02-22 19:26:49 +0100 |
commit | 58163021e29530e99aea85eafe8653907bff03a8 (patch) | |
tree | fc3f9b818b01446e456d87bd0302683cff1d71eb /util/dofile.pl | |
parent | MemorySanitizer: address false positive (diff) | |
download | openssl-58163021e29530e99aea85eafe8653907bff03a8.tar.xz openssl-58163021e29530e99aea85eafe8653907bff03a8.zip |
The build files use %disabled, make sure to pass it to them
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/dofile.pl')
-rw-r--r-- | util/dofile.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/dofile.pl b/util/dofile.pl index 78b8dfed9d..983778f170 100644 --- a/util/dofile.pl +++ b/util/dofile.pl @@ -183,6 +183,7 @@ sub output_off { $template->fill_in(OUTPUT => \*STDOUT, HASH => { config => \%config, target => \%target, + disabled => \%disabled, withargs => \%withargs, unified_info => \%unified_info, autowarntext => \@autowarntext, |