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:44 +0000 (21:05 +0000)
commitcee17f96f154f2ea429aaf6a516b88e5750a1c17
tree9db75ef70360e46dba3037b6404433a517330f11
parentbd366159735a225e031b460d3a83defa9182aab7
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