diff options
Diffstat (limited to 'sys/crypto/blake2/config.h')
-rw-r--r-- | sys/crypto/blake2/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/crypto/blake2/config.h b/sys/crypto/blake2/config.h index 9ceba827f3d1..0471a1fedc20 100644 --- a/sys/crypto/blake2/config.h +++ b/sys/crypto/blake2/config.h @@ -17,3 +17,5 @@ #else #define HAVE_ALIGNED_ACCESS_REQUIRED 1 #endif + +#define HAVE_EXPLICIT_BZERO 1 |