Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jouho committed Oct 30, 2024
1 parent 42a56e7 commit 90cdf38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crypto/s2n_sequence.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ int s2n_increment_sequence_number(struct s2n_blob *sequence_number)
break;
}

/* Renegotiation is an unstable feature currently used for delayed client auth. Instead of
* triggering renegotiation, throw an error.
* This condition is very unlikely. It requires 2^64 - 1 records to be sent.
/* Renegotiation is an unstable feature currently used for delayed client auth. Instead of
* triggering renegotiation, throw an error.
* This condition is very unlikely. It requires 2^64 - 1 records to be sent.
*
*= https://www.rfc-editor.org/rfc/rfc5246#section-6.1
*# If a TLS implementation would need to wrap a sequence number, it must
Expand Down

0 comments on commit 90cdf38

Please sign in to comment.