diff options
author | 2002-06-08 07:16:36 +0000 | |
---|---|---|
committer | 2002-06-08 07:16:36 +0000 | |
commit | e278db6ba2742e2235534cf5992efce0d5a6d11c (patch) | |
tree | 43beb33f458743e24220581a2b85a57dde71fb7b /lib/libssl/src | |
parent | you too, out. (diff) | |
download | wireguard-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.pl | 1 |
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 { |