1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-21 14:47:03 +01:00

gpgsm: Change default algo to AES-256.

* sm/gpgsm.c (DEFAULT_CIPHER_ALGO): Change.
This commit is contained in:
Werner Koch 2022-11-30 11:00:35 +01:00
parent 86d66bb141
commit be02365c3f
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -495,7 +495,7 @@ static int default_include_certs = DEFAULT_INCLUDE_CERTS;
static int default_validation_model;
/* The default cipher algo. */
#define DEFAULT_CIPHER_ALGO "AES"
#define DEFAULT_CIPHER_ALGO "AES256"
static char *build_list (const char *text,