summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-15 10:54:03 +0000
committerBodo Möller <bodo@openssl.org>2000-12-15 10:54:03 +0000
commit137e601277dd2064e9eea9cc5877bb67d7589c4e (patch)
tree66aced3e83ad6c17a4d1d0ea709ba080af8e49a1 /crypto/bn
parent09f4bd2a39c0d63b62fe2dee0b6b996c7a52dc2c (diff)
The C version of bn_sub_part_words is needed not only
in NO_ASM configurations
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/bn_mul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_mul.c b/crypto/bn/bn_mul.c
index 94db7c05e6..b4c1395549 100644
--- a/crypto/bn/bn_mul.c
+++ b/crypto/bn/bn_mul.c
@@ -66,7 +66,7 @@
#include "cryptlib.h"
#include "bn_lcl.h"
-#if defined(NO_ASM)
+#if defined(NO_ASM) || !defined(__i386) /* Assembler implementation exists only for x86 */
/* Here follows specialised variants of bn_add_words() and
bn_sub_words(). They have the property performing operations on
arrays of different sizes. The sizes of those arrays is expressed through