From 3cf6590e9b2b978b44c38897634f84fbf167db4f Mon Sep 17 00:00:00 2001 From: markus <> Date: Tue, 18 Nov 2003 12:39:05 +0000 Subject: use bn_asm_vax.S (from netbsd); test + ok by miod use asm code for i386, except for the CBC code, because it is not clean PIC code. add support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed. --- src/lib/libcrypto/bn/asm/bn-586.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/bn') diff --git a/src/lib/libcrypto/bn/asm/bn-586.pl b/src/lib/libcrypto/bn/asm/bn-586.pl index 33f6125920..9a78f63be1 100644 --- a/src/lib/libcrypto/bn/asm/bn-586.pl +++ b/src/lib/libcrypto/bn/asm/bn-586.pl @@ -11,7 +11,7 @@ require "x86asm.pl"; &bn_div_words("bn_div_words"); &bn_add_words("bn_add_words"); &bn_sub_words("bn_sub_words"); -&bn_sub_part_words("bn_sub_part_words"); +&bn_sub_part_words("bn_sub_part_words") unless $main'openbsd; &asm_finish(); -- cgit v1.2.3-55-g6feb