Remove remaining variables for symlinked/copied headers and tests
[openssl.git] / util / mkfiles.pl
index 7dff4a695d9ce89cb631c668c77143fe26f4ab57..a81434b2cf5d12006297761e7ff3c08e86d68816 100755 (executable)
@@ -64,19 +64,6 @@ my @dirs = (
 "crypto/whrlpool",
 "crypto/ts",
 "crypto/srp",
-"fips",
-"fips/aes",
-"fips/cmac",
-"fips/des",
-"fips/dsa",
-"fips/dh",
-"fips/ecdh",
-"fips/ecdsa",
-"fips/hmac",
-"fips/rand",
-"fips/rsa",
-"fips/utl",
-"fips/sha",
 "ssl",
 "apps",
 "engines",
@@ -110,7 +97,7 @@ while (<IN>)
        {
        chop;
        s/#.*//;
-       if (/^(\S+)\s*=\s*(.*)$/)
+       if (/^([^\s=]+)\s*=\s*(.*)$/)
                {
                $o="";
                ($s,$b)=($1,$2);