Skip to content

Commit

Permalink
remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayclin committed Jan 10, 2024
1 parent 6b43a4f commit 59fb211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tls/s2n_x509_validator.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ static S2N_RESULT s2n_x509_validator_read_cert_chain(struct s2n_x509_validator *
RESULT_GUARD_POSIX(s2n_stuffer_init(&cert_chain_in_stuffer, &cert_chain_blob));
RESULT_GUARD_POSIX(s2n_stuffer_write(&cert_chain_in_stuffer, &cert_chain_blob));

//X509 *server_cert = NULL;
while (s2n_stuffer_data_available(&cert_chain_in_stuffer)
&& sk_X509_num(validator->cert_chain_from_wire) < validator->max_chain_depth) {
struct s2n_blob asn1_cert = { 0 };
Expand Down

0 comments on commit 59fb211

Please sign in to comment.