Skip to content

Commit

Permalink
Fix compile error when building with no-asm
Browse files Browse the repository at this point in the history
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #17376)

(cherry picked from commit a8251a3)
  • Loading branch information
zorrorffm authored and t8m committed Nov 9, 2022
1 parent ea578b6 commit f53caf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rdcpu_sanitytest.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ size_t OPENSSL_ia32_rdseed_bytes(unsigned char *buf, size_t len);
# define IS_X_86 0
#endif

#if defined(__aarch64__)
#if defined(__aarch64__) && defined(OPENSSL_CPUID_OBJ)
# define IS_AARCH_64 1
# include "arm_arch.h"

Expand Down

0 comments on commit f53caf0

Please sign in to comment.