X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fquic%2Fquic.h;h=312ffcba1cb0dcb430af77c85695a147c3552e61;hb=8095b602c79c411999f04ded541db918cf1fabe0;hp=dacf07a14ad59bab72dd1626757137dcfca1742c;hpb=caa7acf5c55a78ef4f7addfb94da0ad788f59a75;p=vpp.git diff --git a/src/plugins/quic/quic.h b/src/plugins/quic/quic.h index dacf07a14ad..312ffcba1cb 100644 --- a/src/plugins/quic/quic.h +++ b/src/plugins/quic/quic.h @@ -135,12 +135,6 @@ STATIC_ASSERT (offsetof (quic_ctx_t, _sctx_end_marker) <= TRANSPORT_CONN_ID_LEN, "connection data must be less than TRANSPORT_CONN_ID_LEN bytes"); -typedef enum quic_crypto_engine_ -{ - CRYPTO_ENGINE_VPP, - CRYPTO_ENGINE_PICOTLS, -} quic_crypto_engine_t; - /* single-entry session cache */ typedef struct quic_session_cache_ {