commit | 4d504a3e11c42ca1f7ad29848b943eb1537283cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 15:23:32 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 15:23:32 2014 +0100 |
tree | 7e88578e269d2e34990859020c15042223351966 | |
parent | 0a36fece9234d423aa5e35a8df1e33b3f79e9ede [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d384d84..eadd03d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 172, +/**/ 171, /**/ 170,