[openssl/openssl] 12c20c: 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/master
Home: https://github.com/openssl/openssl
Commit: 12c20c5486b6440a9b667c93f130a8fdea029b81
https://github.com/openssl/openssl/commit/12c20c5486b6440a9b667c93f130a8fdea029b81
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)
More information about the openssl-commits
mailing list