plugins: clean up plugin descriptions
[vpp.git] / src / plugins / tlsmbedtls / tls_mbedtls.c
index 294f712..e356088 100644 (file)
@@ -672,7 +672,7 @@ VLIB_INIT_FUNCTION (tls_mbedtls_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "mbedtls based TLS Engine",
+    .description = "Transport Layer Security (TLS) Engine, Mbedtls Based",
 };
 /* *INDENT-ON* */