doc: Extend description for GPGME_CREATE_ADSK

--
This commit is contained in:
Werner Koch 2024-06-05 13:50:17 +02:00
parent 25dd284b0c
commit 5d9269cb4f
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -4393,7 +4393,10 @@ Request generation of keys that do not expire.
@item GPGME_CREATE_ADSK
@since{1.24.0}
Add an ADSK to the key.
Add an ADSK to the key. With this flag @var{algo} is expected to be
the hexified fingerprint of the ADSK to be added; this must be a
subkey. If the string "default" is used for @var{algo} the engine
will add all ADSK as it would do for new keys.
@end table