[Rpm-maint] [rpm-software-management/rpm] Implement openpgp.cert.d based keystore (PR #3437)
Florian Festi
notifications at github.com
Mon Nov 11 17:28:03 UTC 2024
@ffesti commented on this pull request.
> return rc;
}
+rpmRC keystore_openpgp_cert_d::import_key(rpmtxn txn, rpmPubkey key, int replace, rpmFlags flags)
+{
+ rpmRC rc = RPMRC_NOTFOUND;
+
+ if ((rc = acquire_write_lock(txn)) == RPMRC_OK) {
And changed.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3437#discussion_r1836996507
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3437/review/2427822519 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241111/ea7d6df8/attachment.html>
More information about the Rpm-maint
mailing list