mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Changed default hash algorithm preferences
This commit is contained in:
parent
2e835fd6ab
commit
e50cac1d84
4 changed files with 53 additions and 21 deletions
|
@ -3195,11 +3195,6 @@ main (int argc, char **argv)
|
|||
keygen_set_std_prefs(opt.def_preference_list,0))
|
||||
log_error(_("invalid default preferences\n"));
|
||||
|
||||
/* We provide defaults for the personal digest list. This is
|
||||
SHA-1. */
|
||||
if(!pers_digest_list)
|
||||
pers_digest_list="h2";
|
||||
|
||||
if(pers_cipher_list &&
|
||||
keygen_set_std_prefs(pers_cipher_list,PREFTYPE_SYM))
|
||||
log_error(_("invalid personal cipher preferences\n"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue