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
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-09-30 15:27:39 +0000
commit0aff6ecda7efa807a733fcf46c96a2a9d37a7350 (patch)
treef88acfe0636a448659045f5acd5399de29c5c8ac /src/plugins/quic/quic_crypto.h
parent69460ae11c71cbab2b298b85dbddb4f2add8fb67 (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> (cherry picked from commit b28349e891a5a6c69b9ee731bdee35405770519d)
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__ */