diff options
author | Werner Koch <[email protected]> | 2002-07-22 10:23:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-07-22 10:23:10 +0000 |
commit | 9f8fef65caccbf7377cfa8381c2fb0bb874e66ff (patch) | |
tree | e068bf02f38722dc713f157c63bd620632f81109 /sm/gpgsm.h | |
parent | * keybox-defs.h: New BLOBTYPTE_EMPTY. (diff) | |
download | gnupg-9f8fef65caccbf7377cfa8381c2fb0bb874e66ff.tar.gz gnupg-9f8fef65caccbf7377cfa8381c2fb0bb874e66ff.zip |
* delete.c: New.
* gpgsm.c: Made --delete-key work.
* server.c (cmd_delkeys): New.
(register_commands): New command DELKEYS.
* decrypt.c (gpgsm_decrypt): Print a convenience note when RC2 is
used and a STATUS_ERROR with the algorithm oid.
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index efa98dee5..0d5294b44 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -210,6 +210,9 @@ int gpgsm_import (CTRL ctrl, int in_fd); /*-- export.c --*/ void gpgsm_export (CTRL ctrl, STRLIST names, FILE *fp); +/*-- delete.c --*/ +int gpgsm_delete (CTRL ctrl, STRLIST names); + /*-- verify.c --*/ int gpgsm_verify (CTRL ctrl, int in_fd, int data_fd, FILE *out_fp); |