gnupg/g10 (ChangeLog encode.c g10.c)
cvs user dshaw
cvs@cvs.gnupg.org
Tue, 09 Sep 2003 02:25:53 +0200
Date: Tuesday, September 9, 2003 @ 02:25:53
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog encode.c g10.c
* g10.c (main): Error out if --multifile is used with the commands that
don't support it yet (--sign, --clearsign, --detach-sign, --symmetric, and
--store).
* g10.c (main): Add --multifile as an alias to turn --encrypt into
--encrypt-files (plus --verify-files, --decrypt-files).
* encode.c (use_mdc), g10.c (main): Use RFC1991 and RFC2440 directly to
check for MDC usability. Do not set the force_mdc or disable_mdc flags
since there is no point any longer.
-----------+
ChangeLog | 13 +++++++
encode.c | 4 ++
g10.c | 110 +++++++++++++++++++++++++++++++++++++++---------------------
3 files changed, 89 insertions(+), 38 deletions(-)