Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 12c20c5486b6440a9b667c93f130a8fdea029b81
https://github.com/openssl/openssl/commit/12c20c5486b6440a9b667c93f130a8fdea029b81
Author: Matt Caswell <[email protected]>
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 <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19820)