Add missing assignment to EVP_get_digestbynid()
authorndossche <niels.dossche@ugent.be>
Tue, 7 Mar 2023 12:27:15 +0000 (13:27 +0100)
committerPauli <pauli@openssl.org>
Tue, 14 Mar 2023 21:33:41 +0000 (08:33 +1100)
commitc09c202e9bc66f0300ee598ca94f2b3fa5a5899d
tree78192d960d159cc6203c11c14b498cf8b2cb9409
parent1caa4835eb140682ba091bf328758fc6535e70bc
Add missing assignment to EVP_get_digestbynid()

The assignment of the result of EVP_get_digestbynid() did not happen
which made the fallback not actually perform the fallback.

CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20447)
crypto/evp/evp_pbe.c