Further streamline / simplify rpmVerifySignatures()
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 2 Apr 2008 13:52:44 +0000 (16:52 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 2 Apr 2008 13:52:44 +0000 (16:52 +0300)
commit62b46347770c31c6702983777b47d986c1db756b
tree68c4ea65a168d17bfa8216a91ff91554c117d542
parent8229aa671d972a465440c16647d04664b5265707
Further streamline / simplify rpmVerifySignatures()
- Use more meaningful variable names than res2 and res3
- In verbose mode we just dump whatever rpmVerifySignature() returns,
  error or not. Otherwise the output depends on the result. Make this
  obvious in the code.
lib/rpmchecksig.c