diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-10-08 15:13:07 +0200 |
---|---|---|
committer | Neale Ranns <neale@graphiant.com> | 2021-10-11 09:05:43 +0000 |
commit | bd23b405fbe99034d75a46b060567e5adf62c04e (patch) | |
tree | 017c0988bb79b45ac5bf04ec2089328e0cab103e /src/plugins/crypto_native | |
parent | 5e5f800480f4344a3bf22a6df937f94ce5c10ba1 (diff) |
docs: nitfixes in FEATURE.yaml
Type: improvement
Change-Id: Iec585880085b12b08594a0640822cd831455d594
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/plugins/crypto_native')
-rw-r--r-- | src/plugins/crypto_native/FEATURE.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/crypto_native/FEATURE.yaml b/src/plugins/crypto_native/FEATURE.yaml index 206caceb2d4..06f26d4a8cf 100644 --- a/src/plugins/crypto_native/FEATURE.yaml +++ b/src/plugins/crypto_native/FEATURE.yaml @@ -5,6 +5,6 @@ features: - CBC(128, 192, 256) - GCM(128, 192, 256) -description: "An implentation of a native crypto-engine" +description: "An implementation of a native crypto-engine" state: production properties: [API, CLI, MULTITHREAD] |