Fix unsafe BIO_get_md_ctx check
authorPW Hu <jlu.hpw@foxmail.com>
Thu, 7 Oct 2021 03:50:59 +0000 (11:50 +0800)
committerTomas Mraz <tomas@openssl.org>
Fri, 8 Oct 2021 09:46:50 +0000 (11:46 +0200)
commit59a3e7b29574ff45f62e825f6e9923f45060f142
tree58131c19dd227fad6ad2d521214d0d0717209d90
parent0c75a7387d940468a530ee7470e0afce30f5a227
Fix unsafe BIO_get_md_ctx check

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16768)
apps/dgst.c