From 8b1c546ccffe6be0bbf1e0e3ec8320c704af70d6 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:05:20 -0500 Subject: [PATCH] Update include/openssl/crypto.h Co-authored-by: Andrew Hopkins --- include/openssl/crypto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h index cb6d838e3e..0e81efcdf9 100644 --- a/include/openssl/crypto.h +++ b/include/openssl/crypto.h @@ -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