mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Revamped preference handling
This commit is contained in:
parent
57c1dbc21d
commit
dc718d704f
20 changed files with 355 additions and 312 deletions
|
@ -292,7 +292,7 @@ sign_file( STRLIST filenames, int detached, STRLIST locusr,
|
|||
if( (rc=build_pk_list( remusr, &pk_list, PUBKEY_USAGE_ENC )) )
|
||||
goto leave;
|
||||
if( !old_style )
|
||||
compr_algo = select_algo_from_prefs( pk_list, PREFTYPE_COMPR );
|
||||
compr_algo = select_algo_from_prefs( pk_list, PREFTYPE_ZIP );
|
||||
}
|
||||
|
||||
/* prepare iobufs */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue