Split bignum code out of the sparcv9cap.c
[openssl.git] / crypto / bn / bn_exp.c
index 2ee85aa0cfa78020e68f8c3461c76a047d486676..5329cd12a98470fdbe4546811adbcd0a9de25e11 100644 (file)
@@ -29,8 +29,7 @@
 
 #undef SPARC_T4_MONT
 #if defined(OPENSSL_BN_ASM_MONT) && (defined(__sparc__) || defined(__sparc))
-# include "sparc_arch.h"
-extern unsigned int OPENSSL_sparcv9cap_P[];
+# include "crypto/sparc_arch.h"
 # define SPARC_T4_MONT
 #endif