diff options
author | David Shaw <[email protected]> | 2005-11-19 05:55:45 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-11-19 05:55:45 +0000 |
commit | f7c138d9e7640c9550e788e6ce7cc0b942d1d2eb (patch) | |
tree | 81d07fd99ac4f9bcb5871a22bf5b15c31ac17f14 /g10/main.h | |
parent | * gpg.sgml: Clarify "xxxxx-clean" and "clean". Document (diff) | |
download | gnupg-f7c138d9e7640c9550e788e6ce7cc0b942d1d2eb.tar.gz gnupg-f7c138d9e7640c9550e788e6ce7cc0b942d1d2eb.zip |
* free-packet.c (copy_secret_key): Copy secret key into secure memory
since we may unprotect it.
* main.h, g10.c (main), revoke.c (gen_desig_revoke): Add local user
support so users can use -u with --desig-revoke. This bypasses the
interactive walk over the revocation keys.
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index 9eda7c51d..b9b6f400d 100644 --- a/g10/main.h +++ b/g10/main.h @@ -237,7 +237,7 @@ int enarmor_file( const char *fname ); /*-- revoke.c --*/ struct revocation_reason_info; int gen_revoke( const char *uname ); -int gen_desig_revoke( const char *uname ); +int gen_desig_revoke( const char *uname, STRLIST locusr); int revocation_reason_build_cb( PKT_signature *sig, void *opaque ); struct revocation_reason_info * ask_revocation_reason( int key_rev, int cert_rev, int hint ); |