X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fdtls1.h;h=b377cc5f6b2d29d8c92c57344229842904d48c53;hp=5ec13720cd259c0508f802b1a705332226a72989;hb=188b05792fafa43904fb2c471a734dbfabc98f98;hpb=575901e537cf5b74b9d3ddc37628a4151997e561 diff --git a/ssl/dtls1.h b/ssl/dtls1.h index 5ec13720cd..b377cc5f6b 100644 --- a/ssl/dtls1.h +++ b/ssl/dtls1.h @@ -90,9 +90,9 @@ extern "C" { typedef struct dtls1_bitmap_st { - BN_ULLONG map; + PQ_64BIT map; unsigned long length; /* sizeof the bitmap in bits */ - BN_ULLONG max_seq_num; /* max record number seen so far */ + PQ_64BIT max_seq_num; /* max record number seen so far */ } DTLS1_BITMAP; struct hm_header_st @@ -162,9 +162,6 @@ typedef struct dtls1_state_st unsigned short handshake_read_seq; - /* only matters for handshake messages */ - BN_ULLONG next_expected_seq_num; - /* Received handshake records (processed and unprocessed) */ record_pqueue unprocessed_rcds; record_pqueue processed_rcds;