summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2002-06-08 07:16:36 +0000
committerbeck <beck@openbsd.org>2002-06-08 07:16:36 +0000
commite278db6ba2742e2235534cf5992efce0d5a6d11c (patch)
tree43beb33f458743e24220581a2b85a57dde71fb7b /lib/libssl/src
parentyou too, out. (diff)
downloadwireguard-openbsd-e278db6ba2742e2235534cf5992efce0d5a6d11c.tar.xz
wireguard-openbsd-e278db6ba2742e2235534cf5992efce0d5a6d11c.zip
After much horrible and painful slogging through asn1 code,
this fixes the source of connection problems with ssl/tls connections between sparc64 and other things. The punchline, we just found a bug in floating point emulation on sparc64 when this script produces off-by-one output on sparc64. This fix is annoyingly easy for the effort expended.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/objects/obj_dat.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libssl/src/crypto/objects/obj_dat.pl b/lib/libssl/src/crypto/objects/obj_dat.pl
index 5dfb84ea004..85ab2098097 100644
--- a/lib/libssl/src/crypto/objects/obj_dat.pl
+++ b/lib/libssl/src/crypto/objects/obj_dat.pl
@@ -1,4 +1,5 @@
#!/usr/local/bin/perl
+use integer;
sub obj_cmp
{