diff options
| author | tb <> | 2020-02-05 06:12:43 +0000 |
|---|---|---|
| committer | tb <> | 2020-02-05 06:12:43 +0000 |
| commit | 1a2b524e1d75b6648b7d3699d676939326443a38 (patch) | |
| tree | 2294088e149a61d156b174d66775d37a987dcc32 /src/lib/libssl/tls13_internal.h | |
| parent | 55e955577ce91cf9355af5e89ceb0e839a704456 (diff) | |
| download | openbsd-1a2b524e1d75b6648b7d3699d676939326443a38.tar.gz openbsd-1a2b524e1d75b6648b7d3699d676939326443a38.tar.bz2 openbsd-1a2b524e1d75b6648b7d3699d676939326443a38.zip | |
Rework tls13_legacy_handshake_message_{recv,sent}_cb() to use
their own CBS as a preparation for upcoming HRR diffs.
ok jsing
Diffstat (limited to '')
| -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 00035ea36e..2c325fe914 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.58 2020/01/30 17:09:23 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.59 2020/02/05 06:12:43 tb 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> |
| @@ -50,7 +50,7 @@ typedef void (*tls13_phh_sent_cb)(void *_cb_arg); | |||
| 50 | typedef ssize_t (*tls13_read_cb)(void *_buf, size_t _buflen, void *_cb_arg); | 50 | typedef ssize_t (*tls13_read_cb)(void *_buf, size_t _buflen, void *_cb_arg); |
| 51 | typedef ssize_t (*tls13_write_cb)(const void *_buf, size_t _buflen, | 51 | typedef ssize_t (*tls13_write_cb)(const void *_buf, size_t _buflen, |
| 52 | void *_cb_arg); | 52 | void *_cb_arg); |
| 53 | typedef void (*tls13_handshake_message_cb)(void *_cb_arg, CBS *_cbs); | 53 | typedef void (*tls13_handshake_message_cb)(void *_cb_arg); |
| 54 | 54 | ||
| 55 | /* | 55 | /* |
| 56 | * Buffers. | 56 | * Buffers. |
