Skip to content

Commit b8f01aa

Browse files
committed
Avoid error in the CI.
1 parent 5b3b90e commit b8f01aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

crypto/armcap.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ unsigned int OPENSSL_armcap_P = 0;
3232
unsigned int OPENSSL_arm_midr = 0;
3333
unsigned int OPENSSL_armv8_rsa_neonized = 0;
3434

35+
#ifdef __aarch64__
36+
uint64_t _armv8_sve_get_vl_bytes(void);
37+
#endif
38+
3539
#ifdef _WIN32
3640
void OPENSSL_cpuid_setup(void)
3741
{
@@ -214,7 +218,6 @@ void _armv8_eor3_probe(void);
214218
void _armv8_sve_probe(void);
215219
void _armv8_sve2_probe(void);
216220
void _armv8_rng_probe(void);
217-
uint64_t _armv8_sve_get_vl_bytes(void);
218221
# endif
219222
# endif /* !__APPLE__ && !OSSL_IMPLEMENT_GETAUXVAL */
220223

0 commit comments

Comments
 (0)