Lift RSA/DSA key MPI calculations to helper functions
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 4 Nov 2011 12:17:48 +0000 (14:17 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 4 Nov 2011 12:17:48 +0000 (14:17 +0200)
commit573ea4d4328e9c5ee837efb06a6d2da5db08b6c9
treefc1a13763682c82f86b4e51a75250556e3c054ed
parentcf17be048e2948cf47c0208d6c4c8fe05fb04625
Lift RSA/DSA key MPI calculations to helper functions

- Same as commit 8473a5b6ce2050a8e899b0be4a012f5724eb0b6d, only for keys
- Use function pointers to call appropriate helper etc, cleaning up
  pgpPrtPubkeyParams() considerably. Supposedly no functional changes,
  just further isolating NSS specifics behind generic interfaces.
rpmio/rpmpgp.c