diff options
Diffstat (limited to 'openssl/crypto/bn/asm/alpha-mont.pl')
-rw-r--r-- | openssl/crypto/bn/asm/alpha-mont.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/bn/asm/alpha-mont.pl b/openssl/crypto/bn/asm/alpha-mont.pl index c63458e94..03596e201 100644 --- a/openssl/crypto/bn/asm/alpha-mont.pl +++ b/openssl/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> |