X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fssl3.h;h=0684f053063282031ef75b22d608edcaa750666f;hb=5abe32d8611b26630305731f7dd4ea564264719e;hp=162bc79e044b9a2570b3cbb0a8a2cde0e756a9ae;hpb=6c61726b2af78a1985178d31e551351231b54b10;p=oweals%2Fopenssl.git diff --git a/ssl/ssl3.h b/ssl/ssl3.h index 162bc79e04..0684f05306 100644 --- a/ssl/ssl3.h +++ b/ssl/ssl3.h @@ -295,7 +295,7 @@ typedef struct ssl3_record_st /*rw*/ unsigned char *input; /* where the decode bytes are */ /*r */ unsigned char *comp; /* only used with decompression - malloc()ed */ /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ -/*r */ BN_ULLONG seq_num; /* sequence number, needed by DTLS1 */ +/*r */ unsigned char seq_num[8]; /* sequence number, needed by DTLS1 */ } SSL3_RECORD; typedef struct ssl3_buffer_st