Split signature and digest generation to separate functions
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 29 Sep 2010 07:48:59 +0000 (10:48 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 29 Sep 2010 07:55:38 +0000 (10:55 +0300)
commit8422a94ca990ccc3c60459687b3c3f25e43502b8
treee80c5d5586ef500b974be2302a04e2eb5f75150e
parent825691afb2a8e2c0b3c6a031950f3c7855dc4c6e
Split signature and digest generation to separate functions
- Similar in spirit to commit 825691afb2a8e2c0b3c6a031950f3c7855dc4c6e,
  these have fairly little in common really.
- Change the function names to force breakage on users (these are exported
  in ABI but not in public headers so "users" are internal uses in
  practise): the automatically generated bits in signature header are
  not signatures, but digests (even size is a checksum of sorts) ...
  and fix the couple of internal uses.
build/pack.c
lib/rpmgensig.c
lib/signature.c
lib/signature.h