]> git.ipfire.org Git - thirdparty/openssl.git/commit
Replace use of strstr with strchr
authorMatt Caswell <matt@openssl.org>
Fri, 21 Apr 2023 09:17:11 +0000 (10:17 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 24 Apr 2023 10:12:48 +0000 (11:12 +0100)
commita80840c663e3409203b0235764e53d8624f74cb8
tree8d2b06b44559443225af76a7045d7972750f80c9
parent6799fc2409823939cde5b4a0da909e16ef78d3a8
Replace use of strstr with strchr

It is better to use strchr where we are looking for a single character.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20788)
apps/s_client.c