Split bignum code out of the sparcv9cap.c
[openssl.git] / crypto / aes / asm / aest4-sparcv9.pl
index 6b7a6eb403f0f9663216b0430077ed585cd29d20..bb73f2491532d62d6d8ef402e9d4f693ad53e379 100644 (file)
@@ -91,7 +91,10 @@ $::evp=1;    # if $evp is set to 0, script generates module with
 my ($inp,$out,$key,$rounds,$tmp,$mask)=map("%o$_",(0..5));
 
 $code.=<<___;
-#include "sparc_arch.h"
+#ifndef __ASSEMBLER__
+# define __ASSEMBLER__ 1
+#endif
+#include "crypto/sparc_arch.h"
 
 #ifdef __arch64__
 .register      %g2,#scratch