diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bn/asm/alpha-mont.pl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bn/asm/alpha-mont.pl b/src/lib/libcrypto/bn/asm/alpha-mont.pl index 03596e2014..41700d5bd5 100644 --- a/src/lib/libcrypto/bn/asm/alpha-mont.pl +++ b/src/lib/libcrypto/bn/asm/alpha-mont.pl | |||
@@ -41,12 +41,7 @@ $j="s4"; | |||
41 | $m1="s5"; | 41 | $m1="s5"; |
42 | 42 | ||
43 | $code=<<___; | 43 | $code=<<___; |
44 | #ifdef __linux__ | 44 | #include <machine/asm.h> |
45 | #include <asm/regdef.h> | ||
46 | #else | ||
47 | #include <asm.h> | ||
48 | #include <regdef.h> | ||
49 | #endif | ||
50 | 45 | ||
51 | .text | 46 | .text |
52 | 47 | ||