Commit cf3404fc authored by Matt Caswell's avatar Matt Caswell
Browse files

Change the return type of EVP_EncodeUpdate



Previously EVP_EncodeUpdate returned a void. However there are a couple
of error conditions that can occur. Therefore the return type has been
changed to an int, with 0 indicating error and 1 indicating success.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 2ac6115d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment