Skip to content

Commit

Permalink
Remove weird non-breaking space unicode character
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Sep 19, 2024
1 parent 6d1e85d commit 7dd0ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-dynamic/src/main/c/sslcontext.c
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ enum ssl_verify_result_t tcn_SSL_cert_custom_verify(SSL* ssl, uint8_t *out_alert
goto complete;
}

// Create the byte[][] array that holds all the certs
// Create the byte[][] array that holds all the certs
if ((array = get_certs(e, ssl, chain)) == NULL) {
goto complete;
}
Expand Down

0 comments on commit 7dd0ab8

Please sign in to comment.