diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/tls13_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index ee82a44693..d711f1a58d 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.65 2020/04/22 17:05:07 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.66 2020/04/28 20:30:40 jsing 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> |
@@ -326,6 +326,7 @@ int tls13_server_finished_sent(struct tls13_ctx *ctx); | |||
326 | void tls13_error_clear(struct tls13_error *error); | 326 | void tls13_error_clear(struct tls13_error *error); |
327 | 327 | ||
328 | int tls13_cert_add(CBB *cbb, X509 *cert); | 328 | int tls13_cert_add(CBB *cbb, X509 *cert); |
329 | int tls13_synthetic_handshake_message(struct tls13_ctx *ctx); | ||
329 | 330 | ||
330 | int tls13_error_set(struct tls13_error *error, int code, int subcode, | 331 | int tls13_error_set(struct tls13_error *error, int code, int subcode, |
331 | const char *file, int line, const char *fmt, ...); | 332 | const char *file, int line, const char *fmt, ...); |