diff options
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r-- | src/lib/libssl/tls13_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 75e13ac15d..555dd4262e 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.97 2022/06/03 13:11:04 tb Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.98 2022/07/17 15:49:20 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> |
@@ -292,7 +292,7 @@ struct tls13_ctx { | |||
292 | #define TLS13_PHH_LIMIT 100 | 292 | #define TLS13_PHH_LIMIT 100 |
293 | #endif | 293 | #endif |
294 | 294 | ||
295 | struct tls13_ctx *tls13_ctx_new(int mode); | 295 | struct tls13_ctx *tls13_ctx_new(int mode, SSL *ssl); |
296 | void tls13_ctx_free(struct tls13_ctx *ctx); | 296 | void tls13_ctx_free(struct tls13_ctx *ctx); |
297 | 297 | ||
298 | const EVP_AEAD *tls13_cipher_aead(const SSL_CIPHER *cipher); | 298 | const EVP_AEAD *tls13_cipher_aead(const SSL_CIPHER *cipher); |