diff options
Diffstat (limited to 'src/crypto/zinc/blake2s/blake2s-x86_64-glue.h')
-rw-r--r-- | src/crypto/zinc/blake2s/blake2s-x86_64-glue.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crypto/zinc/blake2s/blake2s-x86_64-glue.h b/src/crypto/zinc/blake2s/blake2s-x86_64-glue.h index f0b43e8..e7cbef7 100644 --- a/src/crypto/zinc/blake2s/blake2s-x86_64-glue.h +++ b/src/crypto/zinc/blake2s/blake2s-x86_64-glue.h @@ -3,7 +3,6 @@ * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ -#include <zinc/blake2s.h> #include <asm/cpufeature.h> #include <asm/processor.h> #include <asm/fpu/api.h> @@ -60,5 +59,3 @@ static inline bool blake2s_arch(struct blake2s_state *state, const u8 *block, #endif return false; } - -#define HAVE_BLAKE2S_ARCH_IMPLEMENTATION |