summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes
diff options
context:
space:
mode:
authormiod <>2014-05-01 20:41:57 +0000
committermiod <>2014-05-01 20:41:57 +0000
commita43f706a040979e73de3292f7747cc070c02176f (patch)
tree8ddaf2e15d020815e09f89ff7c414e294c688d12 /src/lib/libcrypto/modes
parente2442a34d49f18ca038bc9ac3a1df780fe82f633 (diff)
downloadopenbsd-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.pl7
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