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
commitb50ffe0abb81ba96ef17c8c01090ec62b6cf6827 (patch)
tree8ddaf2e15d020815e09f89ff7c414e294c688d12 /src/lib/libcrypto/modes
parent731ac4ae6c4e15ad6891ca0d8a94573d31a90041 (diff)
downloadopenbsd-b50ffe0abb81ba96ef17c8c01090ec62b6cf6827.tar.gz
openbsd-b50ffe0abb81ba96ef17c8c01090ec62b6cf6827.tar.bz2
openbsd-b50ffe0abb81ba96ef17c8c01090ec62b6cf6827.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