We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a12cb6 commit 53a0838Copy full SHA for 53a0838
crypto/fipsmodule/rand/cpu_jitter_test.cc
@@ -59,7 +59,7 @@ TEST(CPUJitterEntropyTest, Basic) {
59
EXPECT_EQ(jent_read_entropy(jitter_ec.instance,
60
(char*) data1, data_len), data_len);
61
62
- // Verify that the Jitter library version is v3.4.0.
+ // Verify that the Jitter Entropy library version is v3.6.2.
63
unsigned int jitter_version = 3060200;
64
EXPECT_EQ(jitter_version, jent_version());
65
}
0 commit comments