mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
gpgsm: Change default algo to AES-256.
* sm/gpgsm.c (DEFAULT_CIPHER_ALGO): Change.
This commit is contained in:
parent
1b434111a1
commit
2d8ac55d26
@ -516,7 +516,7 @@ static int default_include_certs = DEFAULT_INCLUDE_CERTS;
|
|||||||
static int default_validation_model;
|
static int default_validation_model;
|
||||||
|
|
||||||
/* The default cipher algo. */
|
/* The default cipher algo. */
|
||||||
#define DEFAULT_CIPHER_ALGO "AES"
|
#define DEFAULT_CIPHER_ALGO "AES256"
|
||||||
|
|
||||||
|
|
||||||
static char *build_list (const char *text,
|
static char *build_list (const char *text,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user