From: Richard Levitte Date: Sat, 27 Dec 2003 16:13:16 +0000 (+0000) Subject: Fix Perl problems on sparc64. X-Git-Tag: OpenSSL_0_9_7d~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=faa9c5cbdcbb7afd67ddce07b4ba0571c6f9cab2;p=openssl Fix Perl problems on sparc64. This is part of a large change submitted by Markus Friedl --- diff --git a/crypto/objects/obj_dat.pl b/crypto/objects/obj_dat.pl index 5dfb84ea00..d0371661f9 100644 --- a/crypto/objects/obj_dat.pl +++ b/crypto/objects/obj_dat.pl @@ -1,5 +1,9 @@ #!/usr/local/bin/perl +# fixes bug in floating point emulation on sparc64 when +# this script produces off-by-one output on sparc64 +use integer; + sub obj_cmp { local(@a,@b,$_,$r);