summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha
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/sha
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/sha')
-rw-r--r--src/lib/libcrypto/sha/asm/sha1-alpha.pl7
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