The AES modes OFB and CFB are defined with 128 feedback bits. This
[openssl.git] / crypto / evp / e_rc5.c
index e22aedd68545e48a511ebdc89ac7a4adacc90830..3c7713b18163fedb84acf1de8314b540d904515a 100644 (file)
@@ -78,7 +78,7 @@ typedef struct
 #define data(ctx)      EVP_C_DATA(EVP_RC5_KEY,ctx)
 
 IMPLEMENT_BLOCK_CIPHER(rc5_32_12_16, ks, RC5_32, EVP_RC5_KEY, NID_rc5,
-                      8, RC5_32_KEY_LENGTH, 8, 
+                      8, RC5_32_KEY_LENGTH, 8, 64,
                       EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
                       r_32_12_16_init_key, NULL,
                       NULL, NULL, rc5_ctrl)