[openssl/openssl] 2fcf42: Drop a spurious printf in evp_test.c
Matt Caswell
noreply at github.com
Mon Dec 5 11:09:00 UTC 2022
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 2fcf42c062cf4aca157f0bd30e7a03f0ed752600
https://github.com/openssl/openssl/commit/2fcf42c062cf4aca157f0bd30e7a03f0ed752600
Author: Matt Caswell <matt at openssl.org>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M test/evp_test.c
Log Message:
-----------
Drop a spurious printf in evp_test.c
A spurious printf was added to evp_test.c - probably for debugging
purposes. This actually causes runtime errors in some cases because the
name being printed can be NULL.
Fixes #19814
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19820)
(cherry picked from commit 12c20c5486b6440a9b667c93f130a8fdea029b81)
More information about the openssl-commits
mailing list