Commit ebf221ee authored by Emilia Kasper's avatar Emilia Kasper
Browse files

Fix build when BSAES_ASM is defined but VPAES_ASM is not



Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
(cherry picked from commit da92be4d)
parent ef908777
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ extern unsigned int OPENSSL_ia32cap_P[];
#define VPAES_CAPABLE	(OPENSSL_ia32cap_P[1]&(1<<(41-32)))
#endif
#ifdef BSAES_ASM
#define BSAES_CAPABLE	VPAES_CAPABLE
#define BSAES_CAPABLE	(OPENSSL_ia32cap_P[1]&(1<<(41-32)))
#endif
/*
 * AES-NI section