Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 2fcf42c062cf4aca157f0bd30e7a03f0ed752600
https://github.com/openssl/openssl/commit/2fcf42c062cf4aca157f0bd30e7a03f0ed752600
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)
(cherry picked from commit 12c20c5486b6440a9b667c93f130a8fdea029b81)