Fix various less obvious bugs in PKCS#7 handling: such as not zeroing
[openssl.git] / crypto / evp / e_cbc_r2.c
index e7aa44d9af1473a7b670fd16576446b5af18d39e..9dfada4ea6424598b14aa607ac88f1076be1986b 100644 (file)
@@ -91,7 +91,7 @@ static EVP_CIPHER r2_cbc_cipher=
 
 static EVP_CIPHER r2_64_cbc_cipher=
        {
-       NID_rc2_40_cbc,
+       NID_rc2_64_cbc,
        8,8 /* 64 bit */,8,
        rc2_cbc_init_key,
        rc2_cbc_cipher,