Skip to content

Commit

Permalink
remove duplicated logic comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayclin committed Feb 5, 2025
1 parent b9e35f6 commit 579571c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/s2n_random_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ static int s2n_random_rand_bytes_after_cleanup_cb(struct random_test_case *test_

static int s2n_random_rand_bytes_before_init(struct random_test_case *test_case)
{
/* s2n_libcrypto_is_fips() is used since we are testing `s2n_init()` */
if (s2n_supports_custom_rand()) {
/* Calling RAND_bytes will set a global random method */
unsigned char rndbytes[16] = { 0 };
Expand Down

0 comments on commit 579571c

Please sign in to comment.