From b28349e891a5a6c69b9ee731bdee35405770519d Mon Sep 17 00:00:00 2001 From: MathiasRaoul Date: Tue, 17 Sep 2019 14:37:13 +0000 Subject: quic : refactor function naming - functions renaming to be consistent with the other plugin functions name - removing useless logs Type: style Signed-off-by: MathiasRaoul Change-Id: Iea212a799448975e01a92f16cc329de13907ff07 Signed-off-by: MathiasRaoul --- src/plugins/quic/quic_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 8e4bbf92834..625d838c938 100644 --- a/src/plugins/quic/quic_crypto.h +++ b/src/plugins/quic/quic_crypto.h @@ -18,7 +18,7 @@ #include -extern ptls_cipher_suite_t *vpp_crypto_cipher_suites[]; +extern ptls_cipher_suite_t *quic_crypto_cipher_suites[]; #endif /* __included_vpp_quic_crypto_h__ */ -- cgit 1.2.3-korg