]> granicus.if.org Git - vim/commit
patch 8.2.3032: build problems with MSVC, other crypt issues with libsodium v8.2.3032
authorChristian Brabandt <cb@256bit.org>
Mon, 21 Jun 2021 19:08:08 +0000 (21:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Jun 2021 19:08:08 +0000 (21:08 +0200)
commit226b28b96150e59375d2bff44e0aadd382b0c3f1
treeca0225ef8907a75b2dcc0296f0378939bb53cb21
parent22f17a29cd0b0cc3107dc6cd1d96c62eee52a7d9
patch 8.2.3032: build problems with MSVC, other crypt issues with libsodium

Problem:    Build problems with MSVC, other crypt issues with libsodium.
Solution:   Adjust MSVC makefile. Disable swap file only when 'key' is set.
            Adjust error message used when key is wrong.  Fix Coverity issues.
            (Christian Brabandt, closes #8420, closes #8411)
src/Make_mvc.mak
src/crypt.c
src/errors.h
src/fileio.c
src/memline.c
src/proto/crypt.pro
src/version.c