diff options
author | ichizok <gclient.gaap@gmail.com> | 2023-04-26 15:43:39 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-04-26 15:43:39 +0100 |
commit | 2f14716c464bbbf1d6cabfb8e270eac0972e98d2 (patch) | |
tree | 88bf0be46f34780ebc4c1fcd53d6981c7dbe3af8 /src | |
parent | 35a2ec18d6560251e8164636bac6e21ea504648e (diff) | |
download | vim-git-2f14716c464bbbf1d6cabfb8e270eac0972e98d2.tar.gz |
patch 9.0.1489: crypt with libsodium is not tested on CIv9.0.1489
Problem: Crypt with libsodium is not tested on CI.
Solution: Configure testing with libsodium. (Ozaki Kiichi, closes #12297)
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 99d839de8..5aa2c12cf 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1489, +/**/ 1488, /**/ 1487, |