diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index c55dada70f..38b6838464 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.339 2021/04/30 19:26:44 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.340 2021/05/02 17:18:10 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 | * |
@@ -1293,7 +1293,8 @@ void dtls1_clear_record_buffer(SSL *s); | |||
1293 | int dtls1_get_message_header(unsigned char *data, | 1293 | int dtls1_get_message_header(unsigned char *data, |
1294 | struct hm_header_st *msg_hdr); | 1294 | struct hm_header_st *msg_hdr); |
1295 | void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr); | 1295 | void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr); |
1296 | void dtls1_reset_seq_numbers(SSL *s, int rw); | 1296 | void dtls1_reset_read_seq_numbers(SSL *s); |
1297 | void dtls1_reset_write_seq_numbers(SSL *s); | ||
1297 | struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft); | 1298 | struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft); |
1298 | int dtls1_check_timeout_num(SSL *s); | 1299 | int dtls1_check_timeout_num(SSL *s); |
1299 | int dtls1_handle_timeout(SSL *s); | 1300 | int dtls1_handle_timeout(SSL *s); |