Lots of Win32 fixes for DTLS.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 27 Apr 2005 16:27:14 +0000 (16:27 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 27 Apr 2005 16:27:14 +0000 (16:27 +0000)
commit6c61726b2af78a1985178d31e551351231b54b10
treea8dbb193224405b5a6900138c9649c8a59ab0d6f
parentcd202fe2f9d3cd44c361ba56b158ef400a75dc39
Lots of Win32 fixes for DTLS.

1. "unsigned long long" isn't portable changed: to BN_ULLONG.
2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used.
2. Avoid lots of compiler warnings about signed/unsigned mismatches.
3. Include new library directory pqueue in mk1mf build system.
4. Update symbols.
13 files changed:
apps/s_client.c
crypto/bio/bss_dgram.c
crypto/pqueue/pqueue.c
crypto/pqueue/pqueue.h
ssl/d1_both.c
ssl/d1_pkt.c
ssl/dtls1.h
ssl/s3_srvr.c
ssl/ssl3.h
ssl/ssl_locl.h
util/libeay.num
util/mkdef.pl
util/mkfiles.pl