commit | 5211e094dec9486a540ac480f345df1a8d2b2862 | [log] [tgz] |
---|---|---|
author | Alok Menghrajani <alok@squareup.com> | Tue Nov 11 14:39:11 2014 -0800 |
committer | Matt Caswell <matt@openssl.org> | Wed Nov 12 21:03:52 2014 +0000 |
tree | e23a7e06f4fe893aae30c48b54cc737210a98349 | |
parent | ae64fb528ecc1bc0452842c5217e5989df1177ad [diff] |
Fixes a minor typo in the EVP docs. Out is the buffer which needs to contain at least inl + cipher_block_size - 1 bytes. Outl is just an int*. Reviewed-by: Emilia Käsper <emilia@openssl.org>