diff options
| author | Ingo Klöcker <[email protected]> | 2025-10-29 08:22:34 +0000 |
|---|---|---|
| committer | Ingo Klöcker <[email protected]> | 2025-10-29 08:22:34 +0000 |
| commit | 2360b937cf8f9bc52655e45dccd1885dd4c7ac32 (patch) | |
| tree | 3357d6b0cd1705b74802c6d2066af813a69f6b78 /src | |
| parent | Improve tracing for engine-gpgsm (diff) | |
| download | gpgme-master.tar.gz gpgme-master.zip | |
* doc/gpgme.texi (section Data type gpgme_subkey_t): Amend documentation
of keygrip member.
* src/gpgme.h.in (_gpgme_subkey): Ditto.
--
GnuPG-bug-id: 7883
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpgme.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in index 7bbeff06..d5f65caa 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -664,7 +664,8 @@ struct _gpgme_subkey * string for composite algorithms, or NULL. */ char *curve; - /* The keygrip of the subkey in hex digit form or NULL if not available. */ + /* The keygrip(s) of the subkey in hex digit form or NULL if not available. + * For combined algorithms the keygrips are delimited by comma. */ char *keygrip; /* For OpenPGP the v5 fpr of a v4 key. For X.509 the SHA256 fingerprint. */ |
