summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-08-12 12:31:08 +0000
committerAndy Polyakov <appro@openssl.org>2011-08-12 12:31:08 +0000
commit8ff5c8874f09e448f1aec7991d2c4fe273ae3ab2 (patch)
tree6259d7edfe40074c5ee828975837f9f463be369c /crypto/bn
parentc5d38fc262120c16e6a6956e04cc8ade4c1443c0 (diff)
Alpha assembler fixed from HEAD.
PR: 2577
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/asm/alpha-mont.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/alpha-mont.pl b/crypto/bn/asm/alpha-mont.pl
index c63458e94f..03596e2014 100644
--- a/crypto/bn/asm/alpha-mont.pl
+++ b/crypto/bn/asm/alpha-mont.pl
@@ -41,7 +41,7 @@ $j="s4";
$m1="s5";
$code=<<___;
-#indef __linux__
+#ifdef __linux__
#include <asm/regdef.h>
#else
#include <asm.h>