diff options
author | tb <> | 2020-01-25 19:01:43 +0000 |
---|---|---|
committer | tb <> | 2020-01-25 19:01:43 +0000 |
commit | aced6d4969b04817dbded5a60c3375e8b90b9df3 (patch) | |
tree | 28f33324cffa26f45a57b6cd92074d67b3250f4e | |
parent | edeff8ed5bb8c4313f4b4d6b892bbf99d857753e (diff) | |
download | openbsd-aced6d4969b04817dbded5a60c3375e8b90b9df3.tar.gz openbsd-aced6d4969b04817dbded5a60c3375e8b90b9df3.tar.bz2 openbsd-aced6d4969b04817dbded5a60c3375e8b90b9df3.zip |
Add an underbar for consistency.
-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 278704002e..4cae2ebcce 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.55 2020/01/25 13:11:20 tb Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.56 2020/01/25 19:01: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> |
@@ -45,7 +45,7 @@ __BEGIN_HIDDEN_DECLS | |||
45 | #define TLS13_ERR_NO_SHARED_CIPHER 19 | 45 | #define TLS13_ERR_NO_SHARED_CIPHER 19 |
46 | 46 | ||
47 | typedef void (*tls13_alert_cb)(uint8_t _alert_desc, void *_cb_arg); | 47 | typedef void (*tls13_alert_cb)(uint8_t _alert_desc, void *_cb_arg); |
48 | typedef ssize_t (*tls13_phh_recv_cb)(void *_cb_arg, CBS *cbs); | 48 | typedef ssize_t (*tls13_phh_recv_cb)(void *_cb_arg, CBS *_cbs); |
49 | typedef void (*tls13_phh_sent_cb)(void *_cb_arg); | 49 | 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, |