summaryrefslogtreecommitdiff
path: root/docs/librpm
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-02-24 13:36:30 +0200
committerFlorian Festi <ffesti@redhat.com>2022-02-25 11:08:25 +0100
commitca822ed6d239954ec56d6888559bd386b4d076ea (patch)
tree75f61b7db2822c766bf33548021cf509b452fd13 /docs/librpm
parent7db2efa95d859cebda2b095ffdffac42812bd6d9 (diff)
downloadrpm-ca822ed6d239954ec56d6888559bd386b4d076ea.tar.gz
Split off rpmDigest*() APIs from rpmpgp.h to a new rpmcrypto.h header
These APIs never belonged to rpmpgp.h anyway, it was only used for being the least-worst fit within rpm. As if it was so hard to just add a new header...
Diffstat (limited to 'docs/librpm')
-rw-r--r--docs/librpm/Doxyheader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/librpm/Doxyheader.h b/docs/librpm/Doxyheader.h
index 879b8b1b6..790e55e5e 100644
--- a/docs/librpm/Doxyheader.h
+++ b/docs/librpm/Doxyheader.h
@@ -94,6 +94,9 @@
/** \defgroup rpmlog Logging API.
\brief RPM Logging facilities.
*/
+/** \defgroup rpmcrypto RPM crypto API.
+ \brief RPM cryptography related APIs and constants.
+ */
/** \defgroup rpmpgp OpenPGP API.
\brief OpenPGP constants and structures from RFC-2440.
*/