]> 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:34:34 +0000 (17:34 +0200)
commit538d36e6572648c6cf33c552fdba93cbcb62cc67
treef616e1d50c02930be04bcfa853a31e82c75185d7
parent142585706b0976591890895ce8d14f837fb55e01
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)

(cherry picked from commit 60725f8511fc96043f1ee5cbbe81c3fce2b2c828)
providers/implementations/kdfs/argon2.c