diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2019-09-12 16:02:13 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-10-08 01:12:24 +0000 |
commit | 8095b602c79c411999f04ded541db918cf1fabe0 (patch) | |
tree | 7a4ddade5c1c6fd00bdf0c340c67918dbfaa0966 /src/plugins/quic/quic.c | |
parent | caa7acf5c55a78ef4f7addfb94da0ad788f59a75 (diff) |
hsa: make vpp_echo use mq instead of bapi
Type: refactor
Change-Id: I4f370b09e22dbbc8920272df9a042dae04825bfc
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/plugins/quic/quic.c')
-rw-r--r-- | src/plugins/quic/quic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/quic/quic.c b/src/plugins/quic/quic.c index 291f54608cd..e9df9ff5025 100644 --- a/src/plugins/quic/quic.c +++ b/src/plugins/quic/quic.c @@ -2079,7 +2079,7 @@ static const transport_proto_vft_t quic_proto = { /* *INDENT-ON* */ static void -quic_register_cipher_suite (quic_crypto_engine_t type, +quic_register_cipher_suite (tls_engine_type_t type, ptls_cipher_suite_t ** ciphers) { quic_main_t *qm = &quic_main; |