]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.172 v7.4.172
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Feb 2014 14:23:32 +0000 (15:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Feb 2014 14:23:32 +0000 (15:23 +0100)
commit4d504a3e11c42ca1f7ad29848b943eb1537283cb
tree7e88578e269d2e34990859020c15042223351966
parent0a36fece9234d423aa5e35a8df1e33b3f79e9ede
updated for version 7.4.172
Problem:    The blowfish code mentions output feedback, but the code is
            actually doing cipher feedback.
Solution:   Adjust names and comments.
src/blowfish.c
src/fileio.c
src/memline.c
src/proto/blowfish.pro
src/version.c