Split bignum code out of the sparcv9cap.c
[openssl.git] / crypto / evp / e_des.c
index 51a2f9d353b154b131f6f7113f3cbaf0da73ffe1..cd6e5af8d0e41ac89259951b245c9fb8eea8d0fe 100644 (file)
@@ -37,9 +37,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)