Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
authorMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 10:17:27 +0000 (10:17 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:42:09 +0000 (21:42 +0000)
commit44ab2dfdf9dc519e6d081646119bdda3ddfd9e85
tree095745778b1f9d426d382e8ee7e0633613a0a273
parente2d5183d7cd5479d7c63ba524b3ddc4abd707dba
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data

We had the function EVP_CIPHER_CTX_cipher_data which is newly added for
1.1.0. As we now also need an EVP_CIPHER_CTX_set_cipher_data it makes
more sense for the former to be called EVP_CIPHER_CTX_get_cipher_data.

Reviewed-by: Tim Hudson <tjh@openssl.org>
18 files changed:
crypto/engine/eng_cryptodev.c
crypto/engine/eng_openssl.c
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/e_aes_cbc_hmac_sha256.c
crypto/evp/e_camellia.c
crypto/evp/e_des.c
crypto/evp/e_rc4.c
crypto/evp/e_rc4_hmac_md5.c
crypto/evp/evp_lib.c
crypto/include/internal/evp_int.h
doc/crypto/EVP_CIPHER_CTX_get_cipher_data.pod [moved from doc/crypto/EVP_CIPHER_CTX_cipher_data.pod with 63% similarity]
doc/crypto/EVP_CIPHER_meth_new.pod
engines/afalg/e_afalg.c
engines/e_dasync.c
engines/e_padlock.c
include/openssl/evp.h
util/libcrypto.num
util/libeay.num [new file with mode: 0755]