strcasecmp is locale-sensitive, which can cause some mishaps. This CL should be a no-op, because this call is only used on Android, and bionic's strcasecmp seems to be ASCII-only. But using OPENSSL_strcasecmp everywhere is easier to reason about. Change-Id: Iecf9bc4da1bb3a4ab87b1e8b1d7f6f6c6e44aceb Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/52305 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com>fips-20220613
parent
f299342e38
commit
59e37765f1
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue