diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2002-06-08 07:16:37 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2002-06-08 07:16:37 +0000 |
commit | 190c192a7355a236a086187e1b04e112d37fa16b (patch) | |
tree | 900678746b3a8e6bca782d7accccc4897a43bcc2 /lib/libcrypto | |
parent | f8d079bc1404f46b8e4ae446d4486f94588d715a (diff) |
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/libcrypto')
-rw-r--r-- | lib/libcrypto/objects/obj_dat.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/objects/obj_dat.pl b/lib/libcrypto/objects/obj_dat.pl index 5dfb84ea004..85ab2098097 100644 --- a/lib/libcrypto/objects/obj_dat.pl +++ b/lib/libcrypto/objects/obj_dat.pl @@ -1,4 +1,5 @@ #!/usr/local/bin/perl +use integer; sub obj_cmp { |