commit | 9eccee0e856e9fc77c343028b516dfe5df8fd1ed | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Sun Mar 06 14:01:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 14:01:52 2022 +0000 |
tree | 0276e40d642ce9d51523e55480572526513f00b7 | |
parent | 525eba00ef818f50fb3ba71c54409a7a8962b344 [diff] [blame] |
patch 8.2.4517: MS-Windows: cannot specify location of sodium library Problem: MS-Windows: cannot specify location of sodium library. Solution: Allow for using a path for SODIUM. (Ken Takata, closes #9896)
diff --git a/src/version.c b/src/version.c index 5895b66..5e7d570 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4517, +/**/ 4516, /**/ 4515,