X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkfiles.pl;h=7dff4a695d9ce89cb631c668c77143fe26f4ab57;hp=1c8493ae2209cfa91a2767fb303ed368a119f068;hb=d0aeeee176dabbecd993313f357e83b8286a6a56;hpb=befcced53ebbd561de96c83020d625721670d40b diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 1c8493ae22..7dff4a695d 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -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; }