summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-08-12 12:28:52 +0000
committerAndy Polyakov <appro@openssl.org>2011-08-12 12:28:52 +0000
commit20735f4c813c394f64a205572ba5edf5efe3b56a (patch)
tree077f83b69897ed5765a65b88865a287761ec2738 /crypto/bn
parentab1ec69843605597600f581bdd2b8f155df32851 (diff)
alphacpuid.pl: fix alignment bug.
alpha-mont.pl: fix typo. 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>