Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: avoid strcmp in ImportJWKAsymmetricKey
Use std::string_view and its operator== instead of calling strcmp on a const char*. PR-URL: #53813 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
- Loading branch information