mirror of
https://github.com/containers/podman.git
synced 2025-10-18 19:53:58 +08:00
vendor: update c/{common, image, storage} to latest main
Just to make sure everything still works ahead of monorepo move. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
6
vendor/github.com/proglottis/gpgme/gpgme.go
generated
vendored
6
vendor/github.com/proglottis/gpgme/gpgme.go
generated
vendored
@ -877,6 +877,12 @@ func (k *Key) KeyListMode() KeyListMode {
|
||||
return res
|
||||
}
|
||||
|
||||
func (k *Key) Fingerprint() string {
|
||||
res := C.GoString(k.k.fpr)
|
||||
runtime.KeepAlive(k)
|
||||
return res
|
||||
}
|
||||
|
||||
type SubKey struct {
|
||||
k C.gpgme_subkey_t
|
||||
parent *Key // make sure the key is not released when we have a reference to a subkey
|
||||
|
Reference in New Issue
Block a user