commit | bc385a150f9d812bb3e54ff0d5db75d3c6c3bb43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 15:35:03 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 15:35:03 2023 +0100 |
tree | f6c82eba3bd256af03b24bd140ee881168be7a94 | |
parent | 438d0c5e58aa475179ade9a1b99013733c5b8f06 [diff] [blame] |
patch 9.0.1639: build failure without the crypt feature Problem: Build failure without the crypt feature. Solution: Adjust #ifdefs
diff --git a/src/version.c b/src/version.c index 9488cda..364c6b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1639, +/**/ 1638, /**/ 1637,