[Rpm-maint] [rpm-software-management/rpm] Check not configured keystore backends for keys (PR #3539)

Florian Festi notifications at github.com
Wed Jan 29 10:18:45 UTC 2025


@ffesti commented on this pull request.



> @@ -71,6 +71,20 @@ rpmKeyring rpmKeyringFree(rpmKeyring keyring)
     return NULL;
 }
 
+size_t rpmKeyringSize(rpmKeyring keyring, rpmFlags flags)
+{
+    assert(flags == 0);

*urgs* I thought I did the same thing previously but I guess I only returned zero there, too.

Adding those APIs in C is a real pain. Having default values and bools would be real nice...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3539#discussion_r1933611095
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3539/review/2580578652 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250129/7e253154/attachment.htm>


More information about the Rpm-maint mailing list