diff options
Diffstat (limited to 'src/Crypto/chacha-xmm.c')
-rw-r--r-- | src/Crypto/chacha-xmm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Crypto/chacha-xmm.c b/src/Crypto/chacha-xmm.c index 478de594..54c3680c 100644 --- a/src/Crypto/chacha-xmm.c +++ b/src/Crypto/chacha-xmm.c @@ -43,7 +43,6 @@ __inline __m128i _mm_set1_epi64x(int64 a) #endif #endif -#define uint8 byte #define U32V(v) (v) #define ROTL32(x,n) rotl32(x, n) |