Skip to content

Commit

Permalink
Update include/openssl/crypto.h
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Hopkins <[email protected]>
  • Loading branch information
justsmth and andrewhop authored Jan 3, 2025
1 parent afb204e commit 8b1c546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/openssl/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ OPENSSL_EXPORT void armv8_enable_dit(void);
// which case it returns one.
OPENSSL_EXPORT int FIPS_mode(void);

// RAND_is_entropy_cpu_jitter returns 1 if CPU jitter entropy
// was not enabled for the build. Otherwise, returns 0;
// FIPS_is_entropy_cpu_jitter returns 1 if CPU jitter is used as the entropy source
// for AWS-LC. Otherwise, returns 0;
OPENSSL_EXPORT int FIPS_is_entropy_cpu_jitter(void);

// fips_counter_t denotes specific APIs/algorithms. A counter is maintained for
Expand Down

0 comments on commit 8b1c546

Please sign in to comment.