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:01 +0000 (21:05 +0000)
commit2ad842b86a0b544f1dec6c75d3600d28bb627147
tree357e5a8d67989e7847bf942f8299b20bb3d0a001
parent297a8fd4aca359ad555a795023ec9a4dc00db23f
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