Split bignum code out of the sparcv9cap.c
[openssl.git] / crypto / aes / asm / aesfx-sparcv9.pl
index b40f3919b4b4d20dc13573ad9d39f925e9644ab8..86f2c442edc69a45482c4a7850c8aeadb741f1f3 100644 (file)
@@ -39,7 +39,10 @@ $output = pop and open STDOUT,">$output";
 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"
 
 #define LOCALS (STACK_BIAS+STACK_FRAME)