Loading util/mk1mf.pl +1 −1 Original line number Diff line number Diff line Loading @@ -1120,7 +1120,7 @@ sub read_options "no-cms" => \$no_cms, "no-ec2m" => \$no_ec2m, "no-jpake" => \$no_jpake, "no-ec-nistp224-64-gcc-128" => 0, "no-ec_nistp_64_gcc_128" => 0, "no-err" => \$no_err, "no-sock" => \$no_sock, "no-krb5" => \$no_krb5, Loading util/mkdef.pl +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ foreach (@ARGV, split(/ /, $options)) elsif (/^no-tlsext$/) { $no_tlsext=1; } elsif (/^no-cms$/) { $no_cms=1; } elsif (/^no-ec2m$/) { $no_ec2m=1; } elsif (/^no-ec-nistp224-64-gcc-128$/) { $no_nistp_gcc=1; } elsif (/^no-ec_nistp_64_gcc_128$/) { $no_nistp_gcc=1; } elsif (/^no-ssl2$/) { $no_ssl2=1; } elsif (/^no-capieng$/) { $no_capieng=1; } elsif (/^no-jpake$/) { $no_jpake=1; } Loading Loading
util/mk1mf.pl +1 −1 Original line number Diff line number Diff line Loading @@ -1120,7 +1120,7 @@ sub read_options "no-cms" => \$no_cms, "no-ec2m" => \$no_ec2m, "no-jpake" => \$no_jpake, "no-ec-nistp224-64-gcc-128" => 0, "no-ec_nistp_64_gcc_128" => 0, "no-err" => \$no_err, "no-sock" => \$no_sock, "no-krb5" => \$no_krb5, Loading
util/mkdef.pl +1 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ foreach (@ARGV, split(/ /, $options)) elsif (/^no-tlsext$/) { $no_tlsext=1; } elsif (/^no-cms$/) { $no_cms=1; } elsif (/^no-ec2m$/) { $no_ec2m=1; } elsif (/^no-ec-nistp224-64-gcc-128$/) { $no_nistp_gcc=1; } elsif (/^no-ec_nistp_64_gcc_128$/) { $no_nistp_gcc=1; } elsif (/^no-ssl2$/) { $no_ssl2=1; } elsif (/^no-capieng$/) { $no_capieng=1; } elsif (/^no-jpake$/) { $no_jpake=1; } Loading