pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn't
authorRichard Levitte <levitte@openssl.org>
Mon, 30 May 2005 22:34:28 +0000 (22:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 30 May 2005 22:34:28 +0000 (22:34 +0000)
commite2ac4732cd4f0efc3dff3261d19aed0ced2c4dde
tree8fdcd150176cbbd3f5b16d9e731b561300c31030
parente8f665b495ab460341f9aeb7c7962b277d9adc2a
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