diff --git a/crypto/bn/rsaz_exp.c b/crypto/bn/rsaz_exp.c index 43bb3515..10376870 100644 --- a/crypto/bn/rsaz_exp.c +++ b/crypto/bn/rsaz_exp.c @@ -40,6 +40,10 @@ * (2) University of Haifa, Israel * *****************************************************************************/ +#include + +#if defined(OPENSSL_X86_64) + #include "rsaz_exp.h" #include @@ -318,3 +322,5 @@ void RSAZ_512_mod_exp(BN_ULONG result[8], OPENSSL_cleanse(storage,sizeof(storage)); } + +#endif /* OPENSSL_X86_64 */