Skip to content

Commit 6dcf962

Browse files
committed
ci cmp
1 parent bd159b2 commit 6dcf962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/openssl/xp_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ static bool php_openssl_x509_fingerprint_is_equal(X509 *peer, const char *method
382382
bool is_equal = false;
383383
zend_string *fingerprint = php_openssl_x509_fingerprint(peer, method, false);
384384
if (fingerprint) {
385-
is_equal = zend_string_equals(fingerprint, expected);
385+
is_equal = zend_string_equals_ci(fingerprint, expected);
386386
zend_string_release_ex(fingerprint, false);
387387
}
388388

0 commit comments

Comments
 (0)