diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2019-04-23 15:29:50 -0400 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-05-13 13:48:44 +0000 |
commit | fcbc0c64f39fac5ef0184d946ad53d8baf7f8e33 (patch) | |
tree | 41942f6836414e73d91a8d5b6ba4da77f8bc461c /src/plugins/crypto_ia32/main.c | |
parent | 725c6c416439d7a828aa587a93b9cc1cb0177a5d (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_ia32/main.c')
-rw-r--r-- | src/plugins/crypto_ia32/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/crypto_ia32/main.c b/src/plugins/crypto_ia32/main.c index 9b83f8913db..51f8bc6e2c6 100644 --- a/src/plugins/crypto_ia32/main.c +++ b/src/plugins/crypto_ia32/main.c @@ -57,7 +57,7 @@ VLIB_INIT_FUNCTION (crypto_ia32_init); /* *INDENT-OFF* */ VLIB_PLUGIN_REGISTER () = { .version = VPP_BUILD_VER, - .description = "Intel AESNI Software Crypto Backend Plugin", + .description = "Intel IA32 Software Crypto Engine", }; /* *INDENT-ON* */ |