Fix build when BSAES_ASM is defined but VPAES_ASM is not
Reviewed-by: Andy Polyakov <appro@openssl.org> (cherry picked from commit da92be4d68bec81030838e3228ef0238c565af85)
This commit is contained in:
parent
ef90877721
commit
ebf221ee25
@ -182,7 +182,7 @@ extern unsigned int OPENSSL_ia32cap_P[];
|
|||||||
#define VPAES_CAPABLE (OPENSSL_ia32cap_P[1]&(1<<(41-32)))
|
#define VPAES_CAPABLE (OPENSSL_ia32cap_P[1]&(1<<(41-32)))
|
||||||
#endif
|
#endif
|
||||||
#ifdef BSAES_ASM
|
#ifdef BSAES_ASM
|
||||||
#define BSAES_CAPABLE VPAES_CAPABLE
|
#define BSAES_CAPABLE (OPENSSL_ia32cap_P[1]&(1<<(41-32)))
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* AES-NI section
|
* AES-NI section
|
||||||
|
Loading…
x
Reference in New Issue
Block a user