summaryrefslogtreecommitdiff
path: root/rpmio/tkey.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-16 17:37:54 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-16 17:37:54 +0200
commitdb4e34966ed9d52a920ab1b135309e6e21f12473 (patch)
tree9c3ee28b2c3800348c57b396f87c0d7b3e85f29e /rpmio/tkey.c
parent3587db8c4e5f72cf00d2722d06f9d7face2d072a (diff)
downloadrpm-db4e34966ed9d52a920ab1b135309e6e21f12473.tar.gz
rpm-db4e34966ed9d52a920ab1b135309e6e21f12473.tar.bz2
rpm-db4e34966ed9d52a920ab1b135309e6e21f12473.zip
Split digest-stuff out of rpmio_internal to separate header
Diffstat (limited to 'rpmio/tkey.c')
-rw-r--r--rpmio/tkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/tkey.c b/rpmio/tkey.c
index bc05cb09d..55b463549 100644
--- a/rpmio/tkey.c
+++ b/rpmio/tkey.c
@@ -6,7 +6,7 @@
static int _debug = 0;
#include "system.h"
-#include "rpmio_internal.h"
+#include "digest.h"
#include "debug.h"
static int doit(const char *sig, pgpDig dig, int printing)