Adapt builtin cipher implementations to opaque EVP_CIPHER
authorRichard Levitte <levitte@openssl.org>
Fri, 18 Dec 2015 16:01:28 +0000 (17:01 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Jan 2016 12:52:22 +0000 (13:52 +0100)
commit6435f0f6c6093e8e1dfb7b32c2a1a0cc646ba66d
tree444ba1661bcef4661ae6d390969833b533f6cf96
parent135727abe0bfbb6ff85b92244fd67e3e831a6ee3
Adapt builtin cipher implementations to opaque EVP_CIPHER

They all stop including evp_locl.h, so we also take care of their
adaptation to opaque EVP_CIPHER_CTX, as was promised in an earlier
commit.

Reviewed-by: Rich Salz <rsalz@openssl.org>
15 files changed:
crypto/evp/e_aes.c
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/e_aes_cbc_hmac_sha256.c
crypto/evp/e_bf.c
crypto/evp/e_camellia.c
crypto/evp/e_cast.c
crypto/evp/e_des.c
crypto/evp/e_des3.c
crypto/evp/e_idea.c
crypto/evp/e_null.c
crypto/evp/e_rc2.c
crypto/evp/e_rc4.c
crypto/evp/e_rc4_hmac_md5.c
crypto/evp/e_seed.c
crypto/evp/e_xcbc_d.c