diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2022-04-13 09:59:45 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2022-04-13 10:25:04 +0300 |
commit | 547acb66961e912a4be05bdbd32ab7f3aeac7357 (patch) | |
tree | cf0f2298f2befd2c33e0888ab221bf1f03bbbb05 /rpmio/rpmpgp.c | |
parent | 714422a9b0bc9af63f5c0c7a45776087920a66f5 (diff) | |
download | rpm-547acb66961e912a4be05bdbd32ab7f3aeac7357.tar.gz |
Rename the internal rpmpgp.h header to rpmpgpval.h for clarity
Commit d8bb57eeabe249c2c85bf46b1162d7e57a310e37 reintroduced
rpmio/rpmpgp.h which is quite confusing when we have a public header by
the same name elsewhere, and doubly more confusing to those of use who
are used to having the public header by the same name in this very
location prior to commit 650ba79f2253656f9ec8e06f399fafe40e556ed3.
No functional changes.
Diffstat (limited to 'rpmio/rpmpgp.c')
-rw-r--r-- | rpmio/rpmpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmpgp.c b/rpmio/rpmpgp.c index efff7ff06..15eff36e9 100644 --- a/rpmio/rpmpgp.c +++ b/rpmio/rpmpgp.c @@ -11,7 +11,7 @@ #include <rpm/rpmlog.h> #include "rpmio/digest.h" -#include "rpmio/rpmpgp.h" +#include "rpmio/rpmpgpval.h" #include "rpmio/rpmio_internal.h" /* XXX rpmioSlurp */ #include "debug.h" |