diff options
author | NIIBE Yutaka <[email protected]> | 2023-03-22 06:28:56 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-03-22 23:35:20 +0000 |
commit | 30d4eb97db8562bb62367a66003fae7fa9107938 (patch) | |
tree | ab592892b9702a1ab67d3bd623d99c8c12d1ea8d /tkd/tkdaemon.h | |
parent | Merge branch 'master' into gniibe/t6364 (diff) | |
download | gnupg-gniibe/t6364.tar.gz gnupg-gniibe/t6364.zip |
tkd: Support READCERT command.gniibe/t6364
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | tkd/tkdaemon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tkd/tkdaemon.h b/tkd/tkdaemon.h index 5d2a15fea..181cd71ef 100644 --- a/tkd/tkdaemon.h +++ b/tkd/tkdaemon.h @@ -121,6 +121,7 @@ gpg_error_t tkd_readkey (ctrl_t ctrl, assuan_context_t ctx, const char *keygrip); gpg_error_t tkd_keyinfo (ctrl_t ctrl, assuan_context_t ctx, const char *keygrip, int opt_data, int cap); - +gpg_error_t tkd_readcert (ctrl_t ctrl, assuan_context_t ctx, + const char *keygrip); #endif /*TKDAEMON_H*/ |