Skip to content

Commit

Permalink
hcrypto-pkcs11: rc2_cbc is variable length
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Apr 15, 2016
1 parent 1e6f88f commit 0b3055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hcrypto/evp-pkcs11.c
Expand Up @@ -654,7 +654,7 @@ PKCS11_CIPHER_ALGORITHM(rc2_cbc,
8,
16,
8,
EVP_CIPH_CBC_MODE)
EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH)

/**
* The RC2-40 cipher type - PKCS#11
Expand Down

0 comments on commit 0b3055f

Please sign in to comment.