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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/quic/quic.c') diff --git a/src/plugins/quic/quic.c b/src/plugins/quic/quic.c index 97f03e52f5b..19004ea3bac 100644 --- a/src/plugins/quic/quic.c +++ b/src/plugins/quic/quic.c @@ -2226,7 +2226,7 @@ quic_init (vlib_main_t * vm) transport_register_protocol (TRANSPORT_PROTO_QUIC, &quic_proto, FIB_PROTOCOL_IP6, ~0); - quic_register_cipher_suite (CRYPTO_ENGINE_VPP, vpp_crypto_cipher_suites); + quic_register_cipher_suite (CRYPTO_ENGINE_VPP, quic_crypto_cipher_suites); quic_register_cipher_suite (CRYPTO_ENGINE_PICOTLS, ptls_openssl_cipher_suites); qm->default_cipher = CRYPTO_ENGINE_PICOTLS; -- cgit 1.2.3-korg