[openssl/openssl] c09c20: Add missing assignment to EVP_get_digestbynid()
Niels Dossche
noreply at github.com
Tue Mar 14 21:34:48 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: c09c202e9bc66f0300ee598ca94f2b3fa5a5899d
https://github.com/openssl/openssl/commit/c09c202e9bc66f0300ee598ca94f2b3fa5a5899d
Author: ndossche <niels.dossche at ugent.be>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M crypto/evp/evp_pbe.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20447)
More information about the openssl-commits
mailing list