Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Jun 29, 2023
1 parent fbcd6a7 commit b145cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crypto/fipsmodule/rand/urandom_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,10 @@ static std::vector<Event> TestFunctionPRNGModel(unsigned flags) {
}
}
}
// Now the the entropy for seeding.
// Now the entropy for seeding.
if (kIsFIPS) {
// In FIPS mode we use Jitter Entropy which is not modeled for the seed and
// a blocking sysrand call for a personalization string.
// In FIPS mode we use Jitter Entropy for the seed but Jitter is not modeled
// A blocking system random call for a personalization string always follows.
if (!sysrand(true, kPersonalizationStringLength)) {
return ret;
}
Expand Down

0 comments on commit b145cb4

Please sign in to comment.