The C version of bn_sub_part_words is needed not only
authorBodo Möller <bodo@openssl.org>
Fri, 15 Dec 2000 10:54:03 +0000 (10:54 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 15 Dec 2000 10:54:03 +0000 (10:54 +0000)
in NO_ASM configurations

crypto/bn/bn_mul.c

index 94db7c05e61f609d83643ae43ff4c652755bc6d1..b4c1395549636541264551fae40b10486874d5e4 100644 (file)
@@ -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