From c298f3760228ad7846d40b6850a777ca5e5c5117 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Tue, 12 Nov 2019 16:41:00 +0100 Subject: quic: Refactor for crypto contexts Type: refactor Change-Id: I5ec7079d34826edd7a3048ae1d44037386f5d3ff Signed-off-by: Nathan Skrzypczak --- src/plugins/quic/quic_crypto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/quic/quic_crypto.h') diff --git a/src/plugins/quic/quic_crypto.h b/src/plugins/quic/quic_crypto.h index 625d838c938..ff74fac4086 100644 --- a/src/plugins/quic/quic_crypto.h +++ b/src/plugins/quic/quic_crypto.h @@ -20,6 +20,10 @@ extern ptls_cipher_suite_t *quic_crypto_cipher_suites[]; +int quic_encrypt_ticket_cb (ptls_encrypt_ticket_t * _self, ptls_t * tls, + int is_encrypt, ptls_buffer_t * dst, + ptls_iovec_t src); + #endif /* __included_vpp_quic_crypto_h__ */ /* -- cgit 1.2.3-korg