[Rpm-maint] [rpm-software-management/rpm] Virtual provide when rpm uses rpm-sequoia (Issue #2556)
Petr Pisar
notifications at github.com
Wed Sep 20 06:57:52 UTC 2023
I confirm it's an implementation detail without impact on API and ABI. Though It's clear that the two implementations are not equivalent (#2512). Would it make sense to add a function which would return which PGP implementation is used by the running librpmio? E.g.:
~~~~
typedef enum pgpImplementation_e {
PGPIMPLEMENTATION_INTERNAL = 0,
PGPIMPLEMENTATION_SEQUOIA = 1,
} pgpImplementation;
pgpImplementation pgpImplmentationInUse(void);
~~~~
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2556#issuecomment-1727081421
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/2556/1727081421 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230919/e4afd0cd/attachment.html>
More information about the Rpm-maint
mailing list