Remove references to o_time.h
[openssl.git] / util / mkfiles.pl
index 1c8493ae2209cfa91a2767fb303ed368a119f068..7dff4a695d9ce89cb631c668c77143fe26f4ab57 100755 (executable)
@@ -70,6 +70,7 @@ my @dirs = (
 "fips/des",
 "fips/dsa",
 "fips/dh",
+"fips/ecdh",
 "fips/ecdsa",
 "fips/hmac",
 "fips/rand",
@@ -155,7 +156,7 @@ if ($dir eq "." && defined($sym{"BUILDENV"}))
 print "RELATIVE_DIRECTORY=\n";
 
 close (IN);
-if ($dir eq "." && $sym{CONFIGURE_ARGS} =~ /fipscanisteronly/)
+if ($dir eq "." && $sym{FIPSCANISTERONLY} eq "y")
        {
        $fipscanisteronly = 1;
        }