From: Dr. Stephen Henson Date: Fri, 14 Dec 2007 01:35:15 +0000 (+0000) Subject: Use 1.2 module FIPS install location by default. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=86160f3c41ca87ce3d7c02c4fc284ed416344847;p=oweals%2Fopenssl.git Use 1.2 module FIPS install location by default. --- diff --git a/Configure b/Configure index 042bfcefda..a7662c8b65 100755 --- a/Configure +++ b/Configure @@ -567,7 +567,7 @@ my $prefix=""; my $openssldir=""; my $exe_ext=""; my $install_prefix=""; -my $fipslibdir="/usr/local/ssl/fips/lib/"; +my $fipslibdir="/usr/local/ssl/fips-1.0/lib/"; my $nofipscanistercheck=0; my $fipsdso=0; my $fipscanisterinternal="n";