commit | a86187b9cd529754ad85cd621169876317eb3a69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 16 18:20:00 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 16 18:20:00 2018 +0100 |
tree | f8ed8bc8a666c1065a8aea6cf11a97531b658fe1 | |
parent | 6403bcdaf4dc36c0445a539a37510534ef87ca24 [diff] [blame] |
patch 8.1.0606: 'cryptmethod' defaults to a very old method Problem: 'cryptmethod' defaults to a very old method. Solution: Default to "blowfish2", it is now widely available.
diff --git a/src/version.c b/src/version.c index 3369480..069feb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 606, +/**/ 605, /**/ 604,