summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_record.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls13_record.h')
-rw-r--r--src/lib/libssl/tls13_record.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/tls13_record.h b/src/lib/libssl/tls13_record.h
index 4b7ac4f8dc..18e4fa1aba 100644
--- a/src/lib/libssl/tls13_record.h
+++ b/src/lib/libssl/tls13_record.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_record.h,v 1.4 2021/05/16 14:20:29 jsing Exp $ */ 1/* $OpenBSD: tls13_record.h,v 1.5 2021/10/23 13:12:14 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2019 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -56,9 +56,9 @@ int tls13_record_content(struct tls13_record *_rec, CBS *_cbs);
56void tls13_record_data(struct tls13_record *_rec, CBS *_cbs); 56void tls13_record_data(struct tls13_record *_rec, CBS *_cbs);
57int tls13_record_set_data(struct tls13_record *_rec, uint8_t *_data, 57int tls13_record_set_data(struct tls13_record *_rec, uint8_t *_data,
58 size_t _data_len); 58 size_t _data_len);
59ssize_t tls13_record_recv(struct tls13_record *_rec, tls13_read_cb _wire_read, 59ssize_t tls13_record_recv(struct tls13_record *_rec, tls_read_cb _wire_read,
60 void *_wire_arg); 60 void *_wire_arg);
61ssize_t tls13_record_send(struct tls13_record *_rec, tls13_write_cb _wire_write, 61ssize_t tls13_record_send(struct tls13_record *_rec, tls_write_cb _wire_write,
62 void *_wire_arg); 62 void *_wire_arg);
63 63
64__END_HIDDEN_DECLS 64__END_HIDDEN_DECLS