Convert EVP_EncodeUpdate() to return an int to allow for error
authortb <tb@openbsd.org>
Fri, 24 Aug 2018 19:45:11 +0000 (19:45 +0000)
committertb <tb@openbsd.org>
Fri, 24 Aug 2018 19:45:11 +0000 (19:45 +0000)
commit5462a49fa240b57d81c958f52bfb3e45fbe4a387
treea273a4723ca426d373dc6c4d3d5ae3b0a8568ffc
parent7e2fda2b4a25a4d846d0371af8dfb49683d2c68b
Convert EVP_EncodeUpdate() to return an int to allow for error
checking. Matches our documented behavior.

Based on OpenSSL commit c5ebfcab713a82a1d46a51c8c2668c419425b387

tested in a bulk by sthen
ok jsing
lib/libcrypto/evp/encode.c
lib/libcrypto/evp/evp.h