commit | dda01c05c2ded3f0d11703bd983a19b6ca7d5055 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 08 22:11:07 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 08 22:11:07 2023 +0100 |
tree | 7cd162e53631b6d7298a29a46f97055d6f76e8ea | |
parent | c28e7a2b2f23dbd246a1ad7ad7aaa6f7ab2e5887 [diff] [blame] |
patch 9.0.1528: libsodium encryption is only used with "huge" features Problem: Libsodium encryption is only used with "huge" features, even when manually enabled through configure. (Tony Mechelynck) Solution: Remove the condition on FEAT_HUGE.
diff --git a/src/version.c b/src/version.c index e6d2713..5af78a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1528, +/**/ 1527, /**/ 1526,