summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm
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/bn/asm
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/bn/asm')
-rw-r--r--src/lib/libcrypto/bn/asm/alpha-mont.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bn/asm/alpha-mont.pl b/src/lib/libcrypto/bn/asm/alpha-mont.pl
index 03596e2014..41700d5bd5 100644
--- a/src/lib/libcrypto/bn/asm/alpha-mont.pl
+++ b/src/lib/libcrypto/bn/asm/alpha-mont.pl
@@ -41,12 +41,7 @@ $j="s4";
41$m1="s5"; 41$m1="s5";
42 42
43$code=<<___; 43$code=<<___;
44#ifdef __linux__ 44#include <machine/asm.h>
45#include <asm/regdef.h>
46#else
47#include <asm.h>
48#include <regdef.h>
49#endif
50 45
51.text 46.text
52 47