summaryrefslogtreecommitdiff
path: root/rpmio/rpmpgp.c
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2022-04-12 10:14:32 +0200
committerPanu Matilainen <pmatilai@redhat.com>2022-04-13 10:25:04 +0300
commitc3e988287d2d1fbc4e83eca349e80e0c2d781a23 (patch)
treec7cf640274b250bff51eafd98f55430d9d0e3164 /rpmio/rpmpgp.c
parent547acb66961e912a4be05bdbd32ab7f3aeac7357 (diff)
downloadrpm-c3e988287d2d1fbc4e83eca349e80e0c2d781a23.tar.gz
Move digest functionality to the internal OpenPGP implementation
rpmio/digest.h contains definitions that are only used by the interal OpenPGP parser, and are not required by the future Sequoia backend. Move those definitions into rpmio/rpmpgp_internal.h. Fixes #2006.
Diffstat (limited to 'rpmio/rpmpgp.c')
-rw-r--r--rpmio/rpmpgp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmio/rpmpgp.c b/rpmio/rpmpgp.c
index 15eff36e9..90e7b6eac 100644
--- a/rpmio/rpmpgp.c
+++ b/rpmio/rpmpgp.c
@@ -10,7 +10,6 @@
#include <rpm/rpmstring.h>
#include <rpm/rpmlog.h>
-#include "rpmio/digest.h"
#include "rpmio/rpmpgpval.h"
#include "rpmio/rpmio_internal.h" /* XXX rpmioSlurp */