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:03:52 +0000 (21:03 +0000)
commit5211e094dec9486a540ac480f345df1a8d2b2862
treee23a7e06f4fe893aae30c48b54cc737210a98349
parentae64fb528ecc1bc0452842c5217e5989df1177ad
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>
doc/crypto/EVP_EncryptInit.pod