Define SEQ_NUM_SIZE
authorMatt Caswell <matt@openssl.org>
Thu, 26 Mar 2015 13:12:24 +0000 (13:12 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 26 Mar 2015 17:25:48 +0000 (17:25 +0000)
commite5bf62f716f71e4df6995a07d1fbc4cad82a2637
tree51e3b4d40c88d232744a055aed3527d1fcadf729
parent3497ac5d333af98947d0356146a0898e2398d321
Define SEQ_NUM_SIZE

Replace the hard coded value 8 (the size of the sequence number) with a
constant defined in a macro.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/record/dtls1_bitmap.c
ssl/record/record.h
ssl/record/ssl3_record.c