Problem: bn_mul_normal() misbehaves if the size of b is 0.
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Dec 2000 15:29:29 +0000 (15:29 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Dec 2000 15:29:29 +0000 (15:29 +0000)
commit53b407da84909dffb54c44dc8a1106723a23a546
treeb797948da2d39b24d0aa331dee001b75d234c9ae
parent765e5311590b9970d8bd33771fb198cea30b0c05
Problem: bn_mul_normal() misbehaves if the size of b is 0.
Solution: multiply a with 0, putting the result in r, and return.
crypto/bn/bn_mul.c