mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 9.0.1528: libsodium encryption is only used with "huge" features
Problem: Libsodium encryption is only used with "huge" features, even when manually enabled through configure. (Tony Mechelynck) Solution: Remove the condition on FEAT_HUGE.
This commit is contained in:
parent
c28e7a2b2f
commit
dda01c05c2
@ -373,9 +373,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* libsodium - add cryptography support
|
* libsodium - add advanced cryptography support
|
||||||
*/
|
*/
|
||||||
#if defined(HAVE_SODIUM) && defined(FEAT_HUGE)
|
#if defined(HAVE_SODIUM) && defined(FEAT_CRYPT)
|
||||||
# define FEAT_SODIUM
|
# define FEAT_SODIUM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1528,
|
||||||
/**/
|
/**/
|
||||||
1527,
|
1527,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user