diff options
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
-rw-r--r-- | src/lib/libssl/ssl_local.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index b4d093b226..2266d5e3ce 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.13 2024/02/03 15:58:34 beck Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.14 2024/03/26 03:44:11 beck 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 | * |
@@ -599,6 +599,9 @@ typedef struct ssl_handshake_st { | |||
599 | /* Extensions seen in this handshake. */ | 599 | /* Extensions seen in this handshake. */ |
600 | uint32_t extensions_seen; | 600 | uint32_t extensions_seen; |
601 | 601 | ||
602 | /* Extensions processed in this handshake. */ | ||
603 | uint32_t extensions_processed; | ||
604 | |||
602 | /* Signature algorithms selected for use (static pointers). */ | 605 | /* Signature algorithms selected for use (static pointers). */ |
603 | const struct ssl_sigalg *our_sigalg; | 606 | const struct ssl_sigalg *our_sigalg; |
604 | const struct ssl_sigalg *peer_sigalg; | 607 | const struct ssl_sigalg *peer_sigalg; |