summaryrefslogtreecommitdiffstats
path: root/crypto/thr_id.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/thr_id.c')
-rw-r--r--crypto/thr_id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/thr_id.c b/crypto/thr_id.c
index 89979f8c17..71576dae29 100644
--- a/crypto/thr_id.c
+++ b/crypto/thr_id.c
@@ -130,6 +130,7 @@ void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val)
id->val = val;
}
+__fips_constseg
static const unsigned char hash_coeffs[] = { 3, 5, 7, 11, 13, 17, 19, 23 };
void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr)
{