diff options
author | rilysh <nightquick@proton.me> | 2024-01-21 07:48:09 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-01-25 16:39:09 +0100 |
commit | 0f644b96d209443b4566f7e86e3be2568292e75b (patch) | |
tree | 6f09a8f3a719e42ae35af6abe3092e18f3aca591 /NEWS.md | |
parent | Have OSSL_PARAM_allocate_from_text() fail on odd number of hex digits (diff) | |
download | openssl-0f644b96d209443b4566f7e86e3be2568292e75b.tar.xz openssl-0f644b96d209443b4566f7e86e3be2568292e75b.zip |
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)
Diffstat (limited to 'NEWS.md')
0 files changed, 0 insertions, 0 deletions