diff options
author | 2020-01-25 19:01:43 +0000 | |
---|---|---|
committer | 2020-01-25 19:01:43 +0000 | |
commit | a8f674cb72a3577048239178247807a647d7cc90 (patch) | |
tree | 5fcee4788235698f9b5317b493ae143cec2b7d2b | |
parent | With -d, messages are now printed on stderr (diff) | |
download | wireguard-openbsd-a8f674cb72a3577048239178247807a647d7cc90.tar.xz wireguard-openbsd-a8f674cb72a3577048239178247807a647d7cc90.zip |
Add an underbar for consistency.
-rw-r--r-- | lib/libssl/tls13_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/tls13_internal.h b/lib/libssl/tls13_internal.h index 278704002e4..4cae2ebcce2 100644 --- a/lib/libssl/tls13_internal.h +++ b/lib/libssl/tls13_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_internal.h,v 1.55 2020/01/25 13:11:20 tb Exp $ */ +/* $OpenBSD: tls13_internal.h,v 1.56 2020/01/25 19:01:43 tb Exp $ */ /* * Copyright (c) 2018 Bob Beck <beck@openbsd.org> * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> @@ -45,7 +45,7 @@ __BEGIN_HIDDEN_DECLS #define TLS13_ERR_NO_SHARED_CIPHER 19 typedef void (*tls13_alert_cb)(uint8_t _alert_desc, void *_cb_arg); -typedef ssize_t (*tls13_phh_recv_cb)(void *_cb_arg, CBS *cbs); +typedef ssize_t (*tls13_phh_recv_cb)(void *_cb_arg, CBS *_cbs); typedef void (*tls13_phh_sent_cb)(void *_cb_arg); typedef ssize_t (*tls13_read_cb)(void *_buf, size_t _buflen, void *_cb_arg); typedef ssize_t (*tls13_write_cb)(const void *_buf, size_t _buflen, |