diff options
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] |