diff options
Diffstat (limited to 'src/lib/libcrypto/engine/hw_cryptodev.c')
-rw-r--r-- | src/lib/libcrypto/engine/hw_cryptodev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/hw_cryptodev.c b/src/lib/libcrypto/engine/hw_cryptodev.c index b90f24576c..03022f2fd3 100644 --- a/src/lib/libcrypto/engine/hw_cryptodev.c +++ b/src/lib/libcrypto/engine/hw_cryptodev.c | |||
@@ -147,7 +147,6 @@ static struct dev_crypto_cipher ciphers[] = { | |||
147 | { CRYPTO_AES_CBC, NID_aes_256_cbc, 16, 32, }, | 147 | { CRYPTO_AES_CBC, NID_aes_256_cbc, 16, 32, }, |
148 | { CRYPTO_BLF_CBC, NID_bf_cbc, 8, 16, }, | 148 | { CRYPTO_BLF_CBC, NID_bf_cbc, 8, 16, }, |
149 | { CRYPTO_CAST_CBC, NID_cast5_cbc, 8, 16, }, | 149 | { CRYPTO_CAST_CBC, NID_cast5_cbc, 8, 16, }, |
150 | { CRYPTO_SKIPJACK_CBC, NID_undef, 0, 0, }, | ||
151 | { 0, NID_undef, 0, 0, }, | 150 | { 0, NID_undef, 0, 0, }, |
152 | }; | 151 | }; |
153 | 152 | ||