Added comment for the frag->reassembly == NULL case as per feedback from Emilia
[openssl.git] / util / mk1mf.pl
index ea50465460b6c2bd61eba8761dc507ac2338eee3..bcd00ba9436a7444c24cb112a549ba90c9df4fc2 100755 (executable)
@@ -59,7 +59,6 @@ while(<IN>) {
 }
 close(IN);
 
-$fipsdir =~ tr/\//${o}/;
 $debug = 1 if $mf_platform =~ /^debug-/;
 
 die "Makefile is not the toplevel Makefile!\n" if $ssl_version eq "";
@@ -234,6 +233,8 @@ else
        $cflags.=' -DTERMIO';
        }
 
+$fipsdir =~ s/\//${o}/g;
+
 $out_dir=(defined($VARS{'OUT'}))?$VARS{'OUT'}:$out_def.($debug?".dbg":"");
 $tmp_dir=(defined($VARS{'TMP'}))?$VARS{'TMP'}:$tmp_def.($debug?".dbg":"");
 $inc_dir=(defined($VARS{'INC'}))?$VARS{'INC'}:$inc_def;
@@ -1143,11 +1144,13 @@ sub read_options
                "shlib" => \$shlib,
                "dll" => \$shlib,
                "shared" => 0,
+               "no-sctp" => 0,
                "no-gmp" => 0,
                "no-rfc3779" => 0,
                "no-montasm" => 0,
                "no-shared" => 0,
                "no-store" => 0,
+               "no-unit-test" => 0,
                "no-zlib" => 0,
                "no-zlib-dynamic" => 0,
                "fips" => \$fips