fips_canister.c: fix typo.
[openssl.git] / Configure
index d1cf7cb4ce8e2d767da87e4c53135ba782d156b6..1b2e85f31f2c861d6244ae9562132ee22cea7a54 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1363,6 +1363,10 @@ if ($no_asm)
        $cflags=~s/\-D[BL]_ENDIAN//             if ($fips);
        $thread_cflags=~s/\-D[BL]_ENDIAN//      if ($fips);
        }
+elsif (defined($disabled{ec2m}))
+       {
+       $bn_obj =~ s/\w+-gf2m.o//;
+       }
 
 if (!$no_shared)
        {