Add fips/ecdh directory.
[openssl.git] / util / mkfiles.pl
index 17b7d46957c4c505d92b4effd357738b171ecb29..7dff4a695d9ce89cb631c668c77143fe26f4ab57 100755 (executable)
@@ -66,9 +66,11 @@ my @dirs = (
 "crypto/srp",
 "fips",
 "fips/aes",
+"fips/cmac",
 "fips/des",
 "fips/dsa",
 "fips/dh",
+"fips/ecdh",
 "fips/ecdsa",
 "fips/hmac",
 "fips/rand",
@@ -154,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;
        }