gcrypt: Fix gcrypt error log message in read_bignum().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 28 Aug 2018 09:08:00 +0000 (11:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 29 Aug 2018 13:47:31 +0000 (15:47 +0200)
commit26c001d1abf1f92b6130cd0fbf5a52b84f9899d9
tree7e868fd05fd68f4e04abdf267a06093ac7ad34f1
parentf8cc8caab7176a65731520f3130dc059e5d5773e
gcrypt: Fix gcrypt error log message in read_bignum().

The message says the error occured while scanning for the public
modulus n, which is not true because the function is called for each
of the five bignums stored in an RSA private key file.
gcrypt.c