diff options
author | David Shaw <[email protected]> | 2004-02-24 23:37:18 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-02-24 23:37:18 +0000 |
commit | a84fe549da551cfb8037b30dca10da8ea4e632e0 (patch) | |
tree | f41084ae0a4ca1ce4fc330598e349b9049dcc67f /g10/plaintext.c | |
parent | (lock_pool) [_AIX]: Also set errno. (diff) | |
download | gnupg-a84fe549da551cfb8037b30dca10da8ea4e632e0.tar.gz gnupg-a84fe549da551cfb8037b30dca10da8ea4e632e0.zip |
* plaintext.c: Copyright.
* encode.c (encode_simple): Show cipher with --verbose.
* options.h, g10.c (main), keyedit.c (sign_keys): Add --ask-cert-level
option to enable cert level prompts during sigs. Defaults to on.
Simplify --default-cert-check-level to --default-cert-level. If
ask-cert-level is off, or batch is on, use the default-cert-level as the
cert level.
* options.h, g10.c (main), trustdb.c (mark_usable_uid_certs): Simplify
--min-cert-check-level to --min-cert-level.
Diffstat (limited to 'g10/plaintext.c')
-rw-r--r-- | g10/plaintext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/plaintext.c b/g10/plaintext.c index a998acbb2..e9b9918cb 100644 --- a/g10/plaintext.c +++ b/g10/plaintext.c @@ -1,5 +1,6 @@ /* plaintext.c - process plaintext packets - * Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, + * 2004 Free Software Foundation, Inc. * * This file is part of GnuPG. * |