Loading crypto/bio/b_print.c +1 −1 Original line number Diff line number Diff line Loading @@ -630,7 +630,7 @@ fmtfp( multiplying by a factor of 10 */ fracpart = roundv((pow10(max)) * (ufvalue - intpart)); if (fracpart >= pow10(max)) { if (fracpart >= (long)pow10(max)) { intpart++; fracpart -= (long)pow10(max); } Loading tools/c_issuer +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ for i in $* do n=`openssl x509 -issuer -noout -in $i` echo "$i\t$n" echo "$i $n" done Loading
crypto/bio/b_print.c +1 −1 Original line number Diff line number Diff line Loading @@ -630,7 +630,7 @@ fmtfp( multiplying by a factor of 10 */ fracpart = roundv((pow10(max)) * (ufvalue - intpart)); if (fracpart >= pow10(max)) { if (fracpart >= (long)pow10(max)) { intpart++; fracpart -= (long)pow10(max); } Loading
tools/c_issuer +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ for i in $* do n=`openssl x509 -issuer -noout -in $i` echo "$i\t$n" echo "$i $n" done