mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Support DSA2.
Support Camellia for testing. More audit stuff.
This commit is contained in:
parent
c8b76e5621
commit
bae4b256c7
34 changed files with 682 additions and 174 deletions
|
@ -602,9 +602,9 @@ check_prefs(KBNODE keyblock)
|
|||
if (openpgp_cipher_test_algo (prefs->value))
|
||||
{
|
||||
const char *algo =
|
||||
(gcry_cipher_test_algo (prefs->value)
|
||||
(openpgp_cipher_test_algo (prefs->value)
|
||||
? num
|
||||
: gcry_cipher_algo_name (prefs->value));
|
||||
: openpgp_cipher_algo_name (prefs->value));
|
||||
if(!problem)
|
||||
check_prefs_warning(pk);
|
||||
log_info(_(" \"%s\": preference for cipher"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue