Fix no-deprecated on Windows
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
1211e29c16
commit
732192a079
@ -1465,6 +1465,7 @@ sub read_options
|
||||
"no-zlib-dynamic" => 0,
|
||||
"no-ssl-trace" => 0,
|
||||
"no-unit-test" => 0,
|
||||
"no-deprecated" => 0,
|
||||
"fips" => \$fips,
|
||||
"fipscanisterbuild" => [\$fips, \$fipscanisterbuild],
|
||||
"fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],
|
||||
|
@ -246,6 +246,7 @@ foreach (@ARGV, split(/ /, $options))
|
||||
elsif (/^no-sctp$/) { $no_sctp=1; }
|
||||
elsif (/^no-srtp$/) { $no_srtp=1; }
|
||||
elsif (/^no-unit-test$/){ $no_unit_test=1; }
|
||||
elsif (/^no-deprecated$/) { $no_deprecated=1; }
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user