commit | db8647277082a8a69a189ded8bd1408af993b54e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 11:37:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 11:37:50 2021 +0200 |
tree | de2f1847fb3177e56352aad2c8e3bd65b76914fe | |
parent | 6a9e5c69cf36676e65ae191264872a3e41bde37f [diff] [blame] |
patch 8.2.3120: crypt with sodium test fails on MS-Windows Problem: Crypt with sodium test fails on MS-Windows. Solution: Make the tests pass. (closes #8428)
diff --git a/src/version.c b/src/version.c index 03e2546..39edf55 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3120, +/**/ 3119, /**/ 3118,