dshaw committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Thu, 09 May 2002 21:57:08 +0200


Date:	Thursday May 9, 2002 @ 21:57
Author:	dshaw

Update of /cvs/gnupg/gnupg/g10
In directory trithemius:/tmp/cvs-serv30379

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog compress.c encode.c g10.c getkey.c main.h sign.c 
Log Message:
* getkey.c (merge_selfsigs_main): Make sure the revocation key list starts
clean as this function may be called more than once (e.g. from functions
in --edit).

* g10.c, encode.c (encode_crypt), sign.c (sign_file,
sign_symencrypt_file): Make --compress-algo work like the documentation
says.  It should be like --cipher-algo and --digest-algo in that it can
override the preferences calculation and impose the setting the user
wants.  No --compress-algo setting allows the usual preferences
calculation to take place.

* main.h, compress.c (compress_filter): use new DEFAULT_COMPRESS_ALGO
define, and add a sanity check for compress algo value.

File: ChangeLog        	Status: Up-to-date
File: compress.c       	Status: Up-to-date
File: encode.c         	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: getkey.c         	Status: Up-to-date
File: main.h           	Status: Up-to-date
File: sign.c           	Status: Up-to-date