Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-08-29 22:51:14 +0400
committerAndy Polyakov <appro@openssl.org>2007-08-29 22:51:14 +0400
commit7c78f06301b310630a5e7f470aa7c69f05f053cc (patch)
tree799b0650c4f194cda4ea5cbd05d98c3622fe5d71
parentb27278d0cfab4809f3c3e8c95d2e2344e4b96f57 (diff)
Remove [BL]_ENDIAN from no-asm builds.FIPS_098_TEST_5
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index 6717105ecb..ef8cb4befa 100755
--- a/Configure
+++ b/Configure
@@ -1165,6 +1165,8 @@ if ($no_asm)
{
$cpuid_obj=$bn_obj=$des_obj=$aes_obj=$bf_obj=$cast_obj=$rc4_obj=$rc5_obj="";
$sha1_obj=$md5_obj=$rmd160_obj="";
+ $cflags=~s/\-D[BL]_ENDIAN// if ($fips);
+ $thread_cflags=~s/\-D[BL]_ENDIAN// if ($fips);
}
if (!$no_shared)