]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/tls-provider.c: Remove redundant check
authorJiashengJiang <jiasheng@purdue.edu>
Tue, 1 Apr 2025 01:42:38 +0000 (21:42 -0400)
committerTomas Mraz <tomas@openssl.org>
Wed, 2 Apr 2025 10:11:22 +0000 (12:11 +0200)
commit511cfacf8c15737a63e944b8faf044dea7505263
treead6ab9d318ad916bc9e68a10854a76e4cb2f912f
parent9eb21877f5704595a89cd550b1a639df86229b09
test/tls-provider.c: Remove redundant check

Remove "if (key != NULL)" since there is already a check before.

CLA: trivial
Signed-off-by: JiashengJiang <jiasheng@purdue.edu>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27220)
test/tls-provider.c