fix deprecated statement
[openssl.git] / util / mk1mf.pl
index c05697d8cda815dcef35ab533ecdfae73f8c3017..916175ab395a8259c1ef9004ae482f26298b9d17 100755 (executable)
@@ -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,
@@ -1143,6 +1143,7 @@ sub read_options
                "shlib" => \$shlib,
                "dll" => \$shlib,
                "shared" => 0,
+               "no-sctp" => 0,
                "no-gmp" => 0,
                "no-rfc3779" => 0,
                "no-montasm" => 0,