commit | aae583441bcdbb0bfef3b8a1d193e04ae09ca95d | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Apr 23 17:50:22 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 23 17:50:22 2023 +0100 |
tree | e3cf7c27fc02e1232fe5ab8f8da32581e9782718 | |
parent | dcd40cfca0fe0e65d405ce9711745a8ec846c30c [diff] [blame] |
patch 9.0.1481: decrypting with libsodium may fail if the library changes Problem: Decrypting with libsodium may fail if the library changes. Solution: Add parameters used to the encrypted file header. (Christian Brabandt, closes #12279)
diff --git a/src/version.c b/src/version.c index c17109c..a87121f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1481, +/**/ 1480, /**/ 1479,