comparison src/version.c @ 5651:391e10afccf6 v7.4.172

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 15:23:32 +0100
parents beb037a6c270
children 233ad7b960d0
comparison
equal deleted inserted replaced
5650:5b8873427318 5651:391e10afccf6
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 172,
741 /**/ 743 /**/
742 171, 744 171,
743 /**/ 745 /**/
744 170, 746 170,
745 /**/ 747 /**/