Split bignum code out of the sparcv9cap.c
[openssl.git] / crypto / evp / e_des3.c
index 746709fa410e3ab399187ccb591d9cb0b168701d..1e1591834402ca1b8e6891fa926cea7018dc9358 100644 (file)
@@ -40,9 +40,7 @@ typedef struct {
 # if defined(AES_ASM) && (defined(__sparc) || defined(__sparc__))
 /* ---------^^^ this is not a typo, just a way to detect that
  * assembler support was in general requested... */
-#  include "sparc_arch.h"
-
-extern unsigned int OPENSSL_sparcv9cap_P[];
+#  include "crypto/sparc_arch.h"
 
 #  define SPARC_DES_CAPABLE       (OPENSSL_sparcv9cap_P[1] & CFR_DES)