Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Nov 18, 2024
1 parent d6afda6 commit 8d38317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/s2n_record_read_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ int main(int argc, char *argv[])

const char *security_policy_test_cases[] = {
/* TLS 1.3 */
"20240503",
"20240503",
/* TLS 1.2 */
"20240501",
"20240501",
};

/* Ensure that the input buffer is wiped after failing to read a record */
Expand Down

0 comments on commit 8d38317

Please sign in to comment.