Several of the EVP_CIPHER structures had the get and set asn1 parameter
[openssl.git] / crypto / evp / e_cbc_bf.c
index a55b8426671a01c7af0373ff038b971baaf8c919..9bcba3c516bbea57297dc9e7de0dfb665655f399 100644 (file)
@@ -75,8 +75,8 @@ static EVP_CIPHER bfish_cbc_cipher=
        NULL,
        sizeof(EVP_CIPHER_CTX)-sizeof((((EVP_CIPHER_CTX *)NULL)->c))+
                sizeof((((EVP_CIPHER_CTX *)NULL)->c.bf_ks)),
-       EVP_CIPHER_get_asn1_iv,
        EVP_CIPHER_set_asn1_iv,
+       EVP_CIPHER_get_asn1_iv,
        };
 
 EVP_CIPHER *EVP_bf_cbc(void)