X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=util%2Fmkfiles.pl;h=42db4666887c7f35ac5f80527ea817f1b185fe16;hb=71a5f534f13fe3a94b8b7d340802ba91b1083ad8;hp=66b78f417dd72d5355fc16de33e541893b96da34;hpb=227d6a9347d4c94ff1bb0a91191a33ec18e682e3;p=openssl.git diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 66b78f417d..42db466688 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -63,11 +63,14 @@ my @dirs = ( "crypto/pqueue", "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", @@ -107,7 +110,7 @@ while () { chop; s/#.*//; - if (/^(\S+)\s*=\s*(.*)$/) + if (/^([^\s=]+)\s*=\s*(.*)$/) { $o=""; ($s,$b)=($1,$2); @@ -153,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; }