From: Andy Polyakov Date: Fri, 1 Jul 2005 17:49:47 +0000 (+0000) Subject: Decimal printout of a BN is wrong on PPC, it's sparse with very few X-Git-Tag: OpenSSL_0_9_8k^2~1951 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=8be97c01d1ab2b5eff77c9b2739b9c791572a601;hp=9e1a11233627f50cf454f6ff27bedce68308439e;ds=sidebyside Decimal printout of a BN is wrong on PPC, it's sparse with very few significant digits. As soon it verifies elsewhere it goes to 0.9.8 and 0.9.7. --- diff --git a/crypto/bn/asm/ppc.pl b/crypto/bn/asm/ppc.pl index 307c7ccb35..8c567424ae 100644 --- a/crypto/bn/asm/ppc.pl +++ b/crypto/bn/asm/ppc.pl @@ -1717,7 +1717,7 @@ Lppcasm_div1: li r9,1 # r9=1 $SHL r10,r9,r8 # r9<<=r8 $UCMP 0,r3,r10 # - bc BO_IF,CR0_GT,Lppcasm_div2 #or if (h > (1< (1<