comparison src/version.c @ 24970:7e9e53a0368f v8.2.3022

patch 8.2.3022: available encryption methods are not strong enough Commit: https://github.com/vim/vim/commit/f573c6e1ed58d46d694c802eaf5ae3662a952744 Author: Christian Brabandt <cb@256bit.org> Date: Sun Jun 20 14:02:16 2021 +0200 patch 8.2.3022: available encryption methods are not strong enough Problem: Available encryption methods are not strong enough. Solution: Add initial support for xchaha20. (Christian Brabandt, closes #8394)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Jun 2021 14:15:07 +0200
parents d81a5c3a3aa6
children b11f38f77006
comparison
equal deleted inserted replaced
24969:445ed84ae76a 24970:7e9e53a0368f
551 #ifdef FEAT_SMARTINDENT 551 #ifdef FEAT_SMARTINDENT
552 "+smartindent", 552 "+smartindent",
553 #else 553 #else
554 "-smartindent", 554 "-smartindent",
555 #endif 555 #endif
556 #ifdef FEAT_SODIUM
557 "+sodium",
558 #else
559 "-sodium",
560 #endif
556 #ifdef FEAT_SOUND 561 #ifdef FEAT_SOUND
557 "+sound", 562 "+sound",
558 #else 563 #else
559 "-sound", 564 "-sound",
560 #endif 565 #endif
748 NULL 753 NULL
749 }; 754 };
750 755
751 static int included_patches[] = 756 static int included_patches[] =
752 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3022,
753 /**/ 760 /**/
754 3021, 761 3021,
755 /**/ 762 /**/
756 3020, 763 3020,
757 /**/ 764 /**/