commit | 90e66ec1e1f8eb13a833546f18e061a5709604da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 10 00:25:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 10 00:25:05 2022 +0000 |
tree | 6834e4215b2d348e830241e69a7755d92ecd638b | |
parent | 1d139a012e8b9880885c6f45796437cbee4820c7 [diff] [blame] |
patch 9.0.0852: crypt test is skipped if xxd is not found Problem: Crypt test is skipped if xxd is not found. Solution: Find xxd where it was supposed to be build.
diff --git a/src/version.c b/src/version.c index cb95d2c..8056d66 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 852, +/**/ 851, /**/ 850,