diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index e09f668121..e0a4c49ccb 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.313 2021/01/19 18:51:08 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.314 2021/01/19 18:57:09 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 | * |
| @@ -479,6 +479,8 @@ void tls12_record_layer_alert(struct tls12_record_layer *rl, | |||
| 479 | uint8_t *alert_desc); | 479 | uint8_t *alert_desc); |
| 480 | int tls12_record_layer_write_overhead(struct tls12_record_layer *rl, | 480 | int tls12_record_layer_write_overhead(struct tls12_record_layer *rl, |
| 481 | size_t *overhead); | 481 | size_t *overhead); |
| 482 | int tls12_record_layer_read_protected(struct tls12_record_layer *rl); | ||
| 483 | int tls12_record_layer_write_protected(struct tls12_record_layer *rl); | ||
| 482 | void tls12_record_layer_set_version(struct tls12_record_layer *rl, | 484 | void tls12_record_layer_set_version(struct tls12_record_layer *rl, |
| 483 | uint16_t version); | 485 | uint16_t version); |
| 484 | void tls12_record_layer_set_write_epoch(struct tls12_record_layer *rl, | 486 | void tls12_record_layer_set_write_epoch(struct tls12_record_layer *rl, |
