CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/24 13:45:11
Modified files:
lib/libcrypto/evp: encode.c evp.h
Log message:
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
