summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-02-26 21:46:38 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-02-26 21:46:38 +0200
commit2579e086c2be79d2d3f7e0e8ee3c25c25edd9a7b (patch)
tree19952dd049677e13d8649f5f0a08765b90135b6c /lib
parent47a1e0515012d4aaf4f95fd71c4bc6de526e8d86 (diff)
downloadlibrpm-tizen-2579e086c2be79d2d3f7e0e8ee3c25c25edd9a7b.tar.gz
librpm-tizen-2579e086c2be79d2d3f7e0e8ee3c25c25edd9a7b.tar.bz2
librpm-tizen-2579e086c2be79d2d3f7e0e8ee3c25c25edd9a7b.zip
Un-inline fd*Digest()
- avoid leaking nss + digest internals all over the place
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmchecksig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmchecksig.c b/lib/rpmchecksig.c
index a6cf55c62..0aa341423 100644
--- a/lib/rpmchecksig.c
+++ b/lib/rpmchecksig.c
@@ -13,7 +13,7 @@
#include <rpm/rpmts.h>
#include <rpm/rpmlog.h>
-#include "rpmio/rpmio_internal.h" /* for fd*Digest() */
+#include "rpmio/digest.h"
#include "lib/rpmlead.h"
#include "lib/signature.h"