openssl/crypto/dso
rilysh 0f644b96d2 replace strstr() with strchr() for single characters
strstr() is used to match multiple characters in the haystack,
whereas strchr() is used to matched only single character.

CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23347)
2024-01-25 16:39:09 +01:00
..
build.info
dso_dl.c replace strstr() with strchr() for single characters 2024-01-25 16:39:09 +01:00
dso_dlfcn.c replace strstr() with strchr() for single characters 2024-01-25 16:39:09 +01:00
dso_err.c
dso_lib.c
dso_local.h
dso_openssl.c
dso_vms.c
dso_win32.c