summaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_openssl
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/crypto_openssl
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/crypto_openssl')
-rw-r--r--src/plugins/crypto_openssl/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/crypto_openssl/main.c b/src/plugins/crypto_openssl/main.c
index c97710ddbcb..e5fe9243776 100644
--- a/src/plugins/crypto_openssl/main.c
+++ b/src/plugins/crypto_openssl/main.c
@@ -285,7 +285,7 @@ VLIB_INIT_FUNCTION (crypto_openssl_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "OpenSSL Crypto Engine Plugin",
+ .description = "OpenSSL Crypto Engine",
};
/* *INDENT-ON* */