Fix Perl problems on sparc64.
authorRichard Levitte <levitte@openssl.org>
Sat, 27 Dec 2003 16:13:18 +0000 (16:13 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 27 Dec 2003 16:13:18 +0000 (16:13 +0000)
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>

crypto/objects/obj_dat.pl

index 5dfb84ea00459d59298bde1573a1ad7fdf75dea3..d0371661f9739e4f764aca8deb46588d586d68ae 100644 (file)
@@ -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);