Skip to content

Commit

Permalink
test/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJ
Browse files Browse the repository at this point in the history
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 #21978)

(cherry picked from commit e6b6b18)
  • Loading branch information
zhoumin2 authored and t8m committed Sep 7, 2023
1 parent 0e34367 commit cd06438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/chacha_internal_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd06438

Please sign in to comment.