Initial experimental support for X9.42 DH parameter format to handle
[openssl.git] / crypto / thr_id.c
index 89979f8c17fbb59da33b783cf4bbeee546e5c455..71576dae29431578578384535c7af24fe37f7893 100644 (file)
@@ -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)
        {