diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-11-07 14:47:03 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-11-07 14:47:03 +0200 |
commit | cde47f5945e16033395b5d0023a550b4c01ba0e7 (patch) | |
tree | 096c96ee0c840df3703de913e4da47209bcf1092 /lib/signature.c | |
parent | a6f25aff4343c2f67d3fcbfe69929d518327d35f (diff) | |
download | librpm-tizen-cde47f5945e16033395b5d0023a550b4c01ba0e7.tar.gz librpm-tizen-cde47f5945e16033395b5d0023a550b4c01ba0e7.tar.bz2 librpm-tizen-cde47f5945e16033395b5d0023a550b4c01ba0e7.zip |
Use pgpDigParamsAlgo() throughout the codebase
- Tedious but straightforward conversion to use the API instead
of going to the struct directly.
- Remove digest.h includes where no longer necessary
Diffstat (limited to 'lib/signature.c')
-rw-r--r-- | lib/signature.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/signature.c b/lib/signature.c index 971a752d9..eec5ff7a3 100644 --- a/lib/signature.c +++ b/lib/signature.c @@ -13,7 +13,6 @@ #include <rpm/rpmlog.h> #include <rpm/rpmkeyring.h> -#include "rpmio/digest.h" #include "lib/rpmlead.h" #include "lib/signature.h" #include "lib/header_internal.h" |