properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413
authorxkernel <xkernel.wang@foxmail.com>
Wed, 5 Jan 2022 01:38:05 +0000 (09:38 +0800)
committerTomas Mraz <tomas@openssl.org>
Fri, 7 Jan 2022 08:47:59 +0000 (09:47 +0100)
commit949e4f79d202d43519d373b2af6b1a4948bf1a74
tree7732989f216fc4836a0e00b5bc6b9cb0f1f264e7
parent1b87116a0c43b8b4e1ad88b851d5bcf27c1a5f64
properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17415)
ssl/record/ssl3_record.c