diff options
| author | miod <> | 2014-05-01 20:41:57 +0000 |
|---|---|---|
| committer | miod <> | 2014-05-01 20:41:57 +0000 |
| commit | a43f706a040979e73de3292f7747cc070c02176f (patch) | |
| tree | 8ddaf2e15d020815e09f89ff7c414e294c688d12 /src/lib/libcrypto/modes | |
| parent | e2442a34d49f18ca038bc9ac3a1df780fe82f633 (diff) | |
| download | openbsd-a43f706a040979e73de3292f7747cc070c02176f.tar.gz openbsd-a43f706a040979e73de3292f7747cc070c02176f.tar.bz2 openbsd-a43f706a040979e73de3292f7747cc070c02176f.zip | |
Fix include filename to get register name aliases under BSD
Diffstat (limited to 'src/lib/libcrypto/modes')
| -rw-r--r-- | src/lib/libcrypto/modes/asm/ghash-alpha.pl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/modes/asm/ghash-alpha.pl b/src/lib/libcrypto/modes/asm/ghash-alpha.pl index aa36029386..b6d6ea5a62 100644 --- a/src/lib/libcrypto/modes/asm/ghash-alpha.pl +++ b/src/lib/libcrypto/modes/asm/ghash-alpha.pl | |||
| @@ -245,12 +245,7 @@ ___ | |||
| 245 | }} | 245 | }} |
| 246 | 246 | ||
| 247 | $code=<<___; | 247 | $code=<<___; |
| 248 | #ifdef __linux__ | 248 | #include <machine/asm.h> |
| 249 | #include <asm/regdef.h> | ||
| 250 | #else | ||
| 251 | #include <asm.h> | ||
| 252 | #include <regdef.h> | ||
| 253 | #endif | ||
| 254 | 249 | ||
| 255 | .text | 250 | .text |
| 256 | 251 | ||
