mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
wkd: Support option --output for command --check.
* tools/wks-util.c (write_to_file): Rename to ... (wks_write_to_file): this, make global, and support NULL for fname. * tools/gpg-wks-client.c (command_check): Write to key.
This commit is contained in:
parent
e28b6c301d
commit
33b6ee5047
4 changed files with 39 additions and 11 deletions
|
@ -106,6 +106,7 @@ gpg_error_t wks_send_mime (mime_maker_t mime);
|
|||
gpg_error_t wks_parse_policy (policy_flags_t flags, estream_t stream,
|
||||
int ignore_unknown);
|
||||
void wks_free_policy (policy_flags_t policy);
|
||||
gpg_error_t wks_write_to_file (estream_t src, const char *fname);
|
||||
|
||||
gpg_error_t wks_fname_from_userid (const char *userid, int hash_only,
|
||||
char **r_fname, char **r_addrspec);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue