summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorsteve <steve>2011-04-10 16:18:19 +0000
committersteve <steve>2011-04-10 16:18:19 +0000
commit760b53131b19140dfa19170cd2166cb56d4161ad (patch)
tree571274f92e9a24de5d6242fabd5bad90832ae76c /Configure
parentd9343f22d0c28031f0e636a367e864254b02b757 (diff)
downloadopenssl-760b53131b19140dfa19170cd2166cb56d4161ad.tar.gz
Auto configure for fips is from restricted tarball.
Remove more unnecessary files form fips tarball.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure10
1 files changed, 10 insertions, 0 deletions
diff --git a/Configure b/Configure
index beb569412..5c9e34707 100755
--- a/Configure
+++ b/Configure
@@ -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):