diff options
author | steve <steve> | 2011-04-10 16:18:19 +0000 |
---|---|---|
committer | steve <steve> | 2011-04-10 16:18:19 +0000 |
commit | 760b53131b19140dfa19170cd2166cb56d4161ad (patch) | |
tree | 571274f92e9a24de5d6242fabd5bad90832ae76c /Configure | |
parent | d9343f22d0c28031f0e636a367e864254b02b757 (diff) | |
download | openssl-760b53131b19140dfa19170cd2166cb56d4161ad.tar.gz |
Auto configure for fips is from restricted tarball.
Remove more unnecessary files form fips tarball.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -693,6 +693,16 @@ my $default_ranlib; my $perl; my $fips=0; +# If ssl directory missing assume truncated FIPS tarball +if (! -d ssl) + { + print STDERR "Auto Configuring fipsonly\n"; + $fips = 1; + $nofipscanistercheck = 1; + $fipslibdir=""; + $fipscanisterinternal="y"; + $fipscanisteronly = 1; + } # All of the following is disabled by default (RC5 was enabled before 0.9.8): |