Split bignum code out of the sparcv9cap.c
[openssl.git] / crypto / poly1305 / asm / poly1305-sparcv9.pl
index c9db450b480db69b6dd1c7a6e6cf776c00d09623..b20517f57b6afa89623cb88bf01d92d79b7facc3 100755 (executable)
@@ -52,7 +52,10 @@ my ($h0,$h1,$h2,$h3, $t0,$t1,$t2)    = map("%o$_",(0..5,7));
 my ($d0,$d1,$d2,$d3)                   = map("%g$_",(1..4));
 
 $code.=<<___;
-#include "sparc_arch.h"
+#ifndef __ASSEMBLER__
+# define __ASSEMBLER__ 1
+#endif
+#include "crypto/sparc_arch.h"
 
 #ifdef __arch64__
 .register      %g2,#scratch