commit | 35a2ec18d6560251e8164636bac6e21ea504648e | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Tue Apr 25 15:27:27 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 25 15:27:27 2023 +0100 |
tree | 3539b9a14bc36512fa12fbb7a73493d6803661ff | |
parent | c3eddd2068620ceb4e475961192c1d8cae3350cd [diff] [blame] |
patch 9.0.1488: xchacha20v2 crypt header is platform dependent Problem: xchacha20v2 crypt header is platform dependent. Solution: Avoid using "size_t". (Ozaki Kiichi, closses #12296)
diff --git a/src/version.c b/src/version.c index bc271c8..99d839d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1488, +/**/ 1487, /**/ 1486,