commit | 4582626544dd7a20099c3d0a33b13717dab2a24f | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sun Apr 10 18:30:13 2011 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sun Apr 10 18:30:13 2011 +0000 |
tree | c6a8cb5641ba79d0738abe4e8d587448ada42188 | |
parent | ccc5784e37ef124a8404db578da67842ece0b47b [diff] [blame] |
Auto detect no-ec2m add option to make no-ec2m tarball.
diff --git a/Configure b/Configure index 22a5793..88d87a5 100755 --- a/Configure +++ b/Configure
@@ -1717,6 +1717,10 @@ s/^SHARED_LIBS_LINK_EXTS=.*/SHARED_LIBS_LINK_EXTS=.\$(SHLIB_MAJOR).dylib .dylib/; } s/^SHARED_LDFLAGS=.*/SHARED_LDFLAGS=$shared_ldflag/; + if ($fipscanisteronly == 2 && exists $disabled{"ec2m"}) + { + next if (/ec2_/ || /bn_gf2m/); + } print OUT $_."\n"; } close(IN);