[Rpm-maint] [rpm-software-management/rpm] Move backend-specific digest functionality to backend-specific files (PR #2007)
nwalfield
notifications at github.com
Tue Apr 12 07:50:11 UTC 2022
rpmio/digest.h contains definitions that are used by the libgcrypt and
OpenSSL backends, but are not required by the future Sequoia backend.
Move those definitions into rpmio/digest-libgcrypt.h and
rpmio/digest-openssl.h, respectively, and change rpmio/digest.h to
include the correct set of definitions based on the selected backend.
Fixes #2006.
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/2007
-- Commit Summary --
* Move backend-specific digest functionality to backend-specific files
-- File Changes --
M configure.ac (8)
M rpmio/Makefile.am (6)
M rpmio/digest.h (49)
A rpmio/digest_libgcrypt.h (57)
A rpmio/digest_openssl.h (7)
M rpmio/rpmpgp_internal.c (10)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/2007.patch
https://github.com/rpm-software-management/rpm/pull/2007.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2007
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2007 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220412/2ded691e/attachment.html>
More information about the Rpm-maint
mailing list