]> git.ipfire.org Git - thirdparty/openssl.git/commit
argon2: Fixed an thread availability error string
authorPIums <jzh52503@gmail.com>
Wed, 4 Sep 2024 02:37:11 +0000 (22:37 -0400)
committerTomas Mraz <tomas@openssl.org>
Thu, 5 Sep 2024 15:32:01 +0000 (17:32 +0200)
commit60725f8511fc96043f1ee5cbbe81c3fce2b2c828
tree9db33339b75b750a8d995f243131e3428b3e8fe8
parentf60b3c5fdcf75fc3e9a257c2f67867ffae63006b
argon2: Fixed an thread availability error string

Correctly display the number of requested threads and the number
of available threads.

CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25375)
providers/implementations/kdfs/argon2.c