summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index a696ef99b1..6604768485 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.268 2020/03/12 17:01:53 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.269 2020/03/12 17:09:02 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 *
@@ -779,6 +779,7 @@ typedef struct ssl_internal_st {
779typedef struct ssl3_record_internal_st { 779typedef struct ssl3_record_internal_st {
780 int type; /* type of record */ 780 int type; /* type of record */
781 unsigned int length; /* How many bytes available */ 781 unsigned int length; /* How many bytes available */
782 unsigned int padding_length; /* Number of padding bytes. */
782 unsigned int off; /* read/write offset into 'buf' */ 783 unsigned int off; /* read/write offset into 'buf' */
783 unsigned char *data; /* pointer to the record data */ 784 unsigned char *data; /* pointer to the record data */
784 unsigned char *input; /* where the decode bytes are */ 785 unsigned char *input; /* where the decode bytes are */