diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/tls13_internal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 98cbf4c8a7..7e188981f4 100644 --- a/src/lib/libssl/tls13_internal.h +++ b/src/lib/libssl/tls13_internal.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: tls13_internal.h,v 1.80 2020/05/16 14:42:35 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.81 2020/05/19 01:30:34 beck Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2018 Bob Beck <beck@openbsd.org> |
| 4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
| @@ -380,8 +380,9 @@ int tls13_server_finished_send(struct tls13_ctx *ctx, CBB *cbb); | |||
| 380 | int tls13_server_finished_sent(struct tls13_ctx *ctx); | 380 | int tls13_server_finished_sent(struct tls13_ctx *ctx); |
| 381 | 381 | ||
| 382 | void tls13_error_clear(struct tls13_error *error); | 382 | void tls13_error_clear(struct tls13_error *error); |
| 383 | int tls13_cert_add(struct tls13_ctx *ctx, CBB *cbb, X509 *cert, | ||
| 384 | int(*build_extensions)(SSL *s, CBB *cbb, uint16_t msg_type)); | ||
| 383 | 385 | ||
| 384 | int tls13_cert_add(CBB *cbb, X509 *cert); | ||
| 385 | int tls13_synthetic_handshake_message(struct tls13_ctx *ctx); | 386 | int tls13_synthetic_handshake_message(struct tls13_ctx *ctx); |
| 386 | 387 | ||
| 387 | int tls13_error_set(struct tls13_error *error, int code, int subcode, | 388 | int tls13_error_set(struct tls13_error *error, int code, int subcode, |
