comparison src/version.c @ 6122:18ac55444b37 v7.4.399

updated for version 7.4.399 Problem: Encryption implementation is messy. Blowfish encryption has a weakness. Solution: Refactor the encryption, store the state in an allocated struct instead of using a save/restore mechanism. Introduce the "blowfish2" method, which does not have the weakness and encrypts the whole undo file. (largely by David Leadbeater)
author Bram Moolenaar <bram@vim.org>
date Sun, 10 Aug 2014 13:38:34 +0200
parents f62b2e76dd80
children 50a658bf4cff
comparison
equal deleted inserted replaced
6121:913d16b4904c 6122:18ac55444b37
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 399,
744 /**/ 746 /**/
745 398, 747 398,
746 /**/ 748 /**/
747 397, 749 397,
748 /**/ 750 /**/