Add documentation for the EVP_CIPHER_CTX_cipher_data functions
authorMatt Caswell <matt@openssl.org>
Tue, 16 Feb 2016 14:00:55 +0000 (14:00 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:39:28 +0000 (21:39 +0000)
commitccd82ef4c2ca0b1e931e8f6e5f3848a2110b8680
tree0a15f19e2a893abb7fcb99f0ffd5b17e3d6fbed0
parentf482740f2389946b8738b963f2cf12c5a3b4d399
Add documentation for the EVP_CIPHER_CTX_cipher_data functions

The new pipeline code added a new function
EVP_CIPHER_CTX_set_cipher_data(). Add documentation for this and the
existing EVP_CIPHER_CTX_cipher_data() function.

Reviewed-by: Tim Hudson <tjh@openssl.org>
doc/crypto/EVP_CIPHER_CTX_cipher_data.pod [new file with mode: 0644]