diff options
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
| -rw-r--r-- | src/lib/libssl/ssl_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index 7942c36dbd..45e57ead9e 100644 --- a/src/lib/libssl/ssl_local.h +++ b/src/lib/libssl/ssl_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_local.h,v 1.35 2025/12/04 21:16:17 beck Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.36 2026/04/03 07:17:36 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 | * |
| @@ -1057,8 +1057,6 @@ struct ssl_st { | |||
| 1057 | 1057 | ||
| 1058 | int rstate; /* where we are when reading */ | 1058 | int rstate; /* where we are when reading */ |
| 1059 | 1059 | ||
| 1060 | int mac_packet; | ||
| 1061 | |||
| 1062 | int empty_record_count; | 1060 | int empty_record_count; |
| 1063 | 1061 | ||
| 1064 | size_t num_tickets; /* Unused, for OpenSSL compatibility */ | 1062 | size_t num_tickets; /* Unused, for OpenSSL compatibility */ |
