commit | a8cdb4eef83bce8614991f1191f8c8879fda4dc1 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Tue Dec 06 16:17:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 16:17:01 2022 +0000 |
tree | e469f8e62f1ac0b40e0d712e1173c1491ced79da | |
parent | af34543b926a8704c3346d41e57a219baa5ca61c [diff] [blame] |
patch 9.0.1023: MS-Windows: dynamic loading of libsodium doesn't work Problem: MS-Windows: dynamic loading of libsodium doesn't work. Solution: Add "randombytes_random". (Ken Takata, closes #11667)
diff --git a/src/version.c b/src/version.c index d4a3b1b..5db72d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1023, +/**/ 1022, /**/ 1021,