Fix the allocation size in EVP_OpenInit and PEM_SignFinal
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 31 Mar 2019 10:00:16 +0000 (12:00 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 6 Apr 2019 08:17:19 +0000 (10:17 +0200)
commit8cf85d489978c384a3f193fb7cb25469e0559f27
tree647be2a02ff82d33d5028e5a596afed136c353dd
parentde3955f66225e42bfae710c50b51c98aa4616ac1
Fix the allocation size in EVP_OpenInit and PEM_SignFinal

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8620)
crypto/evp/p_open.c
crypto/pem/pem_sign.c