commit | 1790be6cb6f2edfd8a833dd848b8df02cef599cf | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Jul 30 20:51:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 30 20:51:59 2021 +0200 |
tree | 60fdac22b036c6870fe401c6a9a7b531aa05f367 | |
parent | 60dc8274e9f8c6a20d54efebc7a8752fe062eead [diff] [blame] |
patch 8.2.3250: MS-Windows: cannot build with libsodium Problem: MS-Windows: cannot build with libsodium. Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt, closes #8668, closes #8663)
diff --git a/src/version.c b/src/version.c index 33f4196..f324f3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3250, +/**/ 3249, /**/ 3248,