diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/sha/asm/sha1-alpha.pl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha1-alpha.pl b/src/lib/libcrypto/sha/asm/sha1-alpha.pl index 6c4b9251fd..44720c418c 100644 --- a/src/lib/libcrypto/sha/asm/sha1-alpha.pl +++ b/src/lib/libcrypto/sha/asm/sha1-alpha.pl | |||
@@ -225,12 +225,7 @@ ___ | |||
225 | } | 225 | } |
226 | 226 | ||
227 | $code=<<___; | 227 | $code=<<___; |
228 | #ifdef __linux__ | 228 | #include <machine/asm.h> |
229 | #include <asm/regdef.h> | ||
230 | #else | ||
231 | #include <asm.h> | ||
232 | #include <regdef.h> | ||
233 | #endif | ||
234 | 229 | ||
235 | .text | 230 | .text |
236 | 231 | ||