]> git.ipfire.org Git - thirdparty/openssl.git/commit
scrypt: Do not free the context itself when fetch fails
authorTomas Mraz <tomas@openssl.org>
Mon, 20 Jan 2025 07:50:48 +0000 (08:50 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 23 Jan 2025 11:07:33 +0000 (12:07 +0100)
commit2dded720223c6b84dcbeadbbcd1c6307fe815832
tree92cda17aacb374af5b6d293879aed0ea2f68822b
parentb07a273f59bd8a1738d86dca8720d0d11b6c8bd0
scrypt: Do not free the context itself when fetch fails

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26488)
providers/implementations/kdfs/scrypt.c