mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
crypto/ppccap.c: fix missing declaration warning.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
fa79c543d2
commit
53385e1fee
@ -132,6 +132,7 @@ void OPENSSL_fpu_probe(void);
|
||||
void OPENSSL_ppc64_probe(void);
|
||||
void OPENSSL_altivec_probe(void);
|
||||
void OPENSSL_crypto207_probe(void);
|
||||
void OPENSSL_madd300_probe(void);
|
||||
|
||||
/*
|
||||
* Use a weak reference to getauxval() so we can use it if it is available
|
||||
|
Loading…
Reference in New Issue
Block a user