summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-04 18:33:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-04 18:33:42 +0000
commit614dd926cb9dd7fb7cd8f09bbf4d8888581b235f (patch)
treef4c32ea7148a5997c6d440b30f2e483a5f222fbc /Configure
parent034688ec4d0e3d350dc0ee9602552f92e8889fc0 (diff)
Remove debugging print.
Explicitly use LINKDIRS for fipsdist links.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/Configure b/Configure
index b429f78c39..02205d14fa 100755
--- a/Configure
+++ b/Configure
@@ -1126,7 +1126,6 @@ my $exp_cflags = "";
if ($fipscanisteronly == 2)
{
-print STDERR "ADDING FIPSSYM\n";
$exp_cflags .= " -DOPENSSL_FIPSSYMS";
}