aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quic/quic_crypto.h
diff options
context:
space:
mode:
authorMathiasRaoul <mathias.raoul@gmail.com>2019-09-17 14:37:13 +0000
committerDave Wallace <dwallacelf@gmail.com>2019-09-18 14:58:40 +0000
commitb28349e891a5a6c69b9ee731bdee35405770519d (patch)
tree7406ec91e9e5a8087fa8a04b4fcfaea0ae4aa147 /src/plugins/quic/quic_crypto.h
parent7436b436733ea7217e745f3cc9971aaff1e3dfa4 (diff)
quic : refactor function naming
- functions renaming to be consistent with the other plugin functions name - removing useless logs Type: style Signed-off-by: MathiasRaoul <mathias.raoul@gmail.com> Change-Id: Iea212a799448975e01a92f16cc329de13907ff07 Signed-off-by: MathiasRaoul <mathias.raoul@gmail.com>
Diffstat (limited to 'src/plugins/quic/quic_crypto.h')
-rw-r--r--src/plugins/quic/quic_crypto.h2
1 files changed, 1 insertions, 1 deletions
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 <quicly.h>
-extern ptls_cipher_suite_t *vpp_crypto_cipher_suites[];
+extern ptls_cipher_suite_t *quic_crypto_cipher_suites[];
#endif /* __included_vpp_quic_crypto_h__ */