EVP_CIPHER_CTX_init() on EVP_EncryptInit(3) manual page that ships with Debian about half a year ago documents EVP_CIPHER_CTX_init() as returning int. In fact it does not return anything at all (i.e. void), thus breaking code like
if (!EVP_CIPHER_CTX_init(&ctx)) ... The fix is to update documentation. --Sampo ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
