diff --git a/src/feature.h b/src/feature.h index 24c84488cf..ba61fa2daf 100644 --- a/src/feature.h +++ b/src/feature.h @@ -373,9 +373,9 @@ #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 diff --git a/src/version.c b/src/version.c index e6d27132d4..5af78a53c3 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1528, /**/ 1527, /**/