diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 18509438ae..d171ef0984 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.349 2021/06/19 16:52:47 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.350 2021/06/19 17:21:40 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -886,7 +886,7 @@ typedef struct ssl3_record_internal_st { | |||
886 | unsigned int off; /* read/write offset into 'buf' */ | 886 | unsigned int off; /* read/write offset into 'buf' */ |
887 | unsigned char *data; /* pointer to the record data */ | 887 | unsigned char *data; /* pointer to the record data */ |
888 | unsigned char *input; /* where the decode bytes are */ | 888 | unsigned char *input; /* where the decode bytes are */ |
889 | unsigned long epoch; /* epoch number, needed by DTLS1 */ | 889 | uint16_t epoch; /* epoch number, needed by DTLS1 */ |
890 | unsigned char seq_num[8]; /* sequence number, needed by DTLS1 */ | 890 | unsigned char seq_num[8]; /* sequence number, needed by DTLS1 */ |
891 | } SSL3_RECORD_INTERNAL; | 891 | } SSL3_RECORD_INTERNAL; |
892 | 892 | ||