summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMin Zhou <zhoumin@loongson.cn>2023-09-06 11:52:26 +0800
committerTomas Mraz <tomas@openssl.org>2023-09-07 14:57:40 +0200
commite6b6b18af3e85a6b5f0d8ea1070f7070557d6357 (patch)
tree3594ff5bd642ee917f5ae756e70c27c67aa5acee /test
parent75708029ad693fb541be65f9ac1841c47a27648d (diff)
test/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJ
Fixes #21977 Signed-off-by: Min Zhou <zhoumin@loongson.cn> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21978)
Diffstat (limited to 'test')
-rw-r--r--test/chacha_internal_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chacha_internal_test.c b/test/chacha_internal_test.c
index 878bd752e0..d52479b658 100644
--- a/test/chacha_internal_test.c
+++ b/test/chacha_internal_test.c
@@ -181,7 +181,7 @@ static int test_cha_cha_internal(int n)
int setup_tests(void)
{
-#ifdef CPUID_OBJ
+#ifdef OPENSSL_CPUID_OBJ
OPENSSL_cpuid_setup();
#endif