mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Replace the type of "digest_size" with int to avoid implicit conversion when it is assigned by EVP_MD_get_size().
Moreover, add the check for the "digest_size".
Fixes:
|
||
---|---|---|
.. | ||
BIO_f_md.c | ||
EVP_MD_demo.c | ||
EVP_MD_stdin.c | ||
EVP_MD_xof.c | ||
Makefile |