diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 9d06deeb7a..44abb6d6da 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.241 2019/03/25 16:37:52 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.242 2019/03/25 17:21:18 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 | * | 
| @@ -432,6 +432,10 @@ typedef struct ssl_handshake_st { | |||
| 432 | 432 | ||
| 433 | /* Extensions seen in this handshake. */ | 433 | /* Extensions seen in this handshake. */ | 
| 434 | uint32_t extensions_seen; | 434 | uint32_t extensions_seen; | 
| 435 | |||
| 436 | /* sigalgs offered in this handshake in wire form */ | ||
| 437 | size_t sigalgs_len; | ||
| 438 | uint8_t *sigalgs; | ||
| 435 | } SSL_HANDSHAKE; | 439 | } SSL_HANDSHAKE; | 
| 436 | 440 | ||
| 437 | typedef struct ssl_handshake_tls13_st { | 441 | typedef struct ssl_handshake_tls13_st { | 
