summaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsopenssl
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2019-04-23 15:29:50 -0400
committerOle Trøan <otroan@employees.org>2019-05-13 13:48:44 +0000
commitfcbc0c64f39fac5ef0184d946ad53d8baf7f8e33 (patch)
tree41942f6836414e73d91a8d5b6ba4da77f8bc461c /src/plugins/tlsopenssl
parent725c6c416439d7a828aa587a93b9cc1cb0177a5d (diff)
plugins: clean up plugin descriptions
- Make plugin descriptions more consistent so the output of "show plugin" can be used in the wiki. Change-Id: I4c6feb11e7dcc5a4cf0848eed37f1d3b035c7dda Signed-off-by: Dave Wallace <dwallacelf@gmail.com> (cherry picked from commit 1d1985de91833a5483a6b7ee96ef4090d530a7a6)
Diffstat (limited to 'src/plugins/tlsopenssl')
-rw-r--r--src/plugins/tlsopenssl/tls_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tlsopenssl/tls_openssl.c b/src/plugins/tlsopenssl/tls_openssl.c
index e41d50a2b8b..dacbf41f2bd 100644
--- a/src/plugins/tlsopenssl/tls_openssl.c
+++ b/src/plugins/tlsopenssl/tls_openssl.c
@@ -917,7 +917,7 @@ VLIB_INIT_FUNCTION (tls_openssl_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "openssl based TLS Engine",
+ .description = "Transport Layer Security (TLS) Engine, OpenSSL Based",
};
/* *INDENT-ON* */