summaryrefslogtreecommitdiffstats
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:58:11 +0200
commitcd0643833ca35a72dbf5b3db898ef72c7714326b (patch)
tree4f6bb20afc1ebd7c50e266bf849bde6902091fc9
parent0e34367e323c0c749d665b473b57e0e690de2d34 (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) (cherry picked from commit e6b6b18af3e85a6b5f0d8ea1070f7070557d6357)
-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