hcrypto-pkcs11: rc2_cbc is variable length

This commit is contained in:
Nicolas Williams
2016-04-12 01:51:21 -05:00
parent 1e6f88f721
commit 0b3055fdad

View File

@@ -654,7 +654,7 @@ PKCS11_CIPHER_ALGORITHM(rc2_cbc,
8, 8,
16, 16,
8, 8,
EVP_CIPH_CBC_MODE) EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH)
/** /**
* The RC2-40 cipher type - PKCS#11 * The RC2-40 cipher type - PKCS#11