commit | 987411db9e4b76b524d0579db21074be0bffd61b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 18 22:48:34 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 18 22:48:34 2019 +0100 |
tree | 215f2c2b7c988b5572e645cbb52c73d65b6bad2a | |
parent | 0314236aabcb2ca9d0b74074dadecf68d7c7ed5f [diff] [blame] |
patch 8.1.0773: not all crypt code is tested Problem: Not all crypt code is tested. Solution: Disable unused crypt code. Add more test coverage.
diff --git a/src/version.c b/src/version.c index 84d5831..ac81d2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 773, +/**/ 772, /**/ 771,