mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Revamped preference handling
This commit is contained in:
parent
57c1dbc21d
commit
dc718d704f
20 changed files with 355 additions and 312 deletions
|
@ -351,7 +351,7 @@ encode_crypt( const char *filename, STRLIST remusr )
|
|||
|
||||
/* register the compress filter */
|
||||
if( do_compress ) {
|
||||
int compr_algo = select_algo_from_prefs( pk_list, PREFTYPE_COMPR );
|
||||
int compr_algo = select_algo_from_prefs( pk_list, PREFTYPE_ZIP );
|
||||
if( !compr_algo )
|
||||
; /* don't use compression */
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue