diff options
| author | jsing <> | 2026-04-03 07:17:36 +0000 |
|---|---|---|
| committer | jsing <> | 2026-04-03 07:17:36 +0000 |
| commit | 34c9ebaffbf06ba9d8883c4adf8061fd670f54c4 (patch) | |
| tree | d7585e9c0777b285d9d1f98dfac9dd787d58e120 /src/lib/libssl/ssl_local.h | |
| parent | 89eb797db1e499a83313d47457a8fa9fe9272e8c (diff) | |
| download | openbsd-34c9ebaffbf06ba9d8883c4adf8061fd670f54c4.tar.gz openbsd-34c9ebaffbf06ba9d8883c4adf8061fd670f54c4.tar.bz2 openbsd-34c9ebaffbf06ba9d8883c4adf8061fd670f54c4.zip | |
Mop up mac_packet.
This is a left over from when we accepted SSLv2 ClientHello messages.
ok kenjiro@
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 */ |
