summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-22 12:44:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-22 12:44:29 +0000
commit227437d292a855d210f8ae377d9301d2f4c09780 (patch)
treea2833b32274e033b78d9b0dca663500c2faac9e8 /Configure
parent3e446ba347da311d58842f4488cf24ee4d0d95bf (diff)
Don't try and update c_rehash for fipscanisteronly builds.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Configure b/Configure
index fbaccc4569..2dc1bebf3c 100755
--- a/Configure
+++ b/Configure
@@ -1926,7 +1926,9 @@ EOF
$make_targets .= " gentests" if $symlink;
(system $make_command.$make_targets) == 0 or exit $?
if $make_targets ne "";
- if ( $perl =~ m@^/@) {
+ if ( $fipscanisteronly )
+ {}
+ elsif ( $perl =~ m@^/@) {
&dofile("tools/c_rehash",$perl,'^#!/', '#!%s','^my \$dir;$', 'my $dir = "' . $openssldir . '";', '^my \$prefix;$', 'my $prefix = "' . $prefix . '";');
&dofile("apps/CA.pl",$perl,'^#!/', '#!%s');
} else {