diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -24,7 +24,10 @@ #if defined(SUPPORT_BLAKES) || defined(SUPPORT_BLAKEB) # define SUPPORT_BLAKE #endif -#if defined(SUPPORT_BLAKE) +#if defined(SUPPORT_BLAKE2S) || defined(SUPPORT_BLAKE2B) +# define SUPPORT_BLAKE2 +#endif +#if defined(SUPPORT_BLAKE) || defined(SUPPORT_BLAKE2) # define LIBHASHSUM_INCLUDE_LIBBLAKE_STATE #endif |