Start ripping through the hysterical signature generation tangle
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 29 Sep 2010 10:26:46 +0000 (13:26 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 29 Sep 2010 10:26:46 +0000 (13:26 +0300)
commit64058fc03fc31838e9bc1974997dcd56f9e3ba74
treea2644a8028e56f7f6e8e077ec2000f3f1db377dc
parentbf5da95131699a4d970f3f77888c36508b78e502
Start ripping through the hysterical signature generation tangle
- rpmGenSignature() only ever gets called with RPMSIGTAG_GPG, eliminate
  the pointless argument.
- Eliminate the useless switch-case in rpmGenSignature(), nothing
  ever directly called it with RPMSIGTAG_DSA/RSA, those got generated
  as a side-effect of the RPMSIGTAG_GPG/PGP. So we just need to generate
  the, duh, signature.
lib/rpmgensig.c