Split digest parameter freeing into a separate helper function
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 2 Nov 2011 08:26:34 +0000 (10:26 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 4 Nov 2011 09:50:08 +0000 (11:50 +0200)
commit3decf7b0988126f9309af296887fe4c7f0ca322e
tree039618e1f7fc1d97bd74373db82973222f554684
parentb284ce833d79b13e51bfee835846d7857fadb961
Split digest parameter freeing into a separate helper function

- The data is all the same except for rsa/dsa specific bits,
  to me this calls for a function. We might want to export
  pgpCleanDigParams() or such later on but for now keep it static.
  No functional changes.
rpmio/rpmpgp.c