Fixes a minor typo in the EVP docs.
authorAlok Menghrajani <alok@squareup.com>
Tue, 11 Nov 2014 22:39:11 +0000 (14:39 -0800)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Nov 2014 21:05:24 +0000 (21:05 +0000)
commite7768ebbd2b4a472d6c0d6aa699263689102ef38
treee295e00de9bc22b22b2ba7636997b6e86eb9b37c
parent329a76c085f8a62ec44c4e8c6ce8a5a426f74441
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>
(cherry picked from commit 5211e094dec9486a540ac480f345df1a8d2b2862)
doc/crypto/EVP_EncryptInit.pod