[openssl/openssl] 6d9184: Add missing assignment to EVP_get_digestbynid()
Niels Dossche
noreply at github.com
Tue Mar 14 21:34:47 UTC 2023
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 6d9184c5fed101167bfa465b9b2bd45a3e3fd59c
https://github.com/openssl/openssl/commit/6d9184c5fed101167bfa465b9b2bd45a3e3fd59c
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)
(cherry picked from commit c09c202e9bc66f0300ee598ca94f2b3fa5a5899d)
More information about the openssl-commits
mailing list