projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fdf066
)
Fix Perl problems on sparc64.
author
Richard Levitte
<levitte@openssl.org>
Sat, 27 Dec 2003 16:13:18 +0000
(16:13 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/crypto/objects/obj_dat.pl
b/crypto/objects/obj_dat.pl
index 5dfb84ea00459d59298bde1573a1ad7fdf75dea3..d0371661f9739e4f764aca8deb46588d586d68ae 100644
(file)
--- 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);