X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=settings.c;h=b6146960e474028605a033587752428b520e3ff8;hb=df93419ae5dcc57e2fd051f54c564849e1fb3789;hp=b15839fa153f45fde8391e41b2ca90a2f51d5d74;hpb=ddb1fc15a15990036065c368ba243f8d5db853ef;p=PuTTY.git diff --git a/settings.c b/settings.c index b15839fa..b6146960 100644 --- a/settings.c +++ b/settings.c @@ -10,8 +10,8 @@ /* The cipher order given here is the default order. */ static const struct keyvalwhere ciphernames[] = { - { "chacha20", CIPHER_CHACHA20, -1, -1 }, { "aes", CIPHER_AES, -1, -1 }, + { "chacha20", CIPHER_CHACHA20, CIPHER_AES, +1 }, { "blowfish", CIPHER_BLOWFISH, -1, -1 }, { "3des", CIPHER_3DES, -1, -1 }, { "WARN", CIPHER_WARN, -1, -1 },