Problem: Libsodium encryption is only used with "huge" features, even when
manually enabled through configure. (Tony Mechelynck)
Solution: Remove the condition on FEAT_HUGE.
#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
#endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1528,
/**/
1527,
/**/