diff options
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r-- | src/lib/libssl/tls13_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h index 1eb05b7100..fc1d6c1889 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.42 2020/01/22 02:39:45 tb Exp $ */ | 1 | /* $OpenBSD: tls13_internal.h,v 1.43 2020/01/22 05:06:23 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> |
@@ -117,6 +117,7 @@ struct tls13_record_layer *tls13_record_layer_new(tls13_read_cb wire_read, | |||
117 | tls13_phh_recv_cb phh_recv_cb, | 117 | tls13_phh_recv_cb phh_recv_cb, |
118 | tls13_phh_sent_cb phh_sent_cb, void *cb_arg); | 118 | tls13_phh_sent_cb phh_sent_cb, void *cb_arg); |
119 | void tls13_record_layer_free(struct tls13_record_layer *rl); | 119 | void tls13_record_layer_free(struct tls13_record_layer *rl); |
120 | void tls13_record_layer_allow_ccs(struct tls13_record_layer *rl, int allow); | ||
120 | void tls13_record_layer_rbuf(struct tls13_record_layer *rl, CBS *cbs); | 121 | void tls13_record_layer_rbuf(struct tls13_record_layer *rl, CBS *cbs); |
121 | void tls13_record_layer_set_aead(struct tls13_record_layer *rl, | 122 | void tls13_record_layer_set_aead(struct tls13_record_layer *rl, |
122 | const EVP_AEAD *aead); | 123 | const EVP_AEAD *aead); |