pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn't
authorRichard Levitte <levitte@openssl.org>
Mon, 30 May 2005 22:34:37 +0000 (22:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 30 May 2005 22:34:37 +0000 (22:34 +0000)
commit188b05792fafa43904fb2c471a734dbfabc98f98
tree18fae6379f8794a8c1551d5b473720cf012948a4
parent575901e537cf5b74b9d3ddc37628a4151997e561
pqueue and dtls uses 64-bit values.  Unfortunately, OpenSSL doesn't
have a uniform representation for those over all architectures, so a
little bit of hackery is needed.

Contributed by nagendra modadugu <nagendra@cs.stanford.edu>
crypto/pqueue/Makefile
crypto/pqueue/pq_compat.h [new file with mode: 0644]
crypto/pqueue/pqueue.c
crypto/pqueue/pqueue.h
ssl/d1_both.c
ssl/d1_lib.c
ssl/d1_pkt.c
ssl/dtls1.h
ssl/s3_lib.c
ssl/ssl3.h