diff --git a/src/external/chacha.c b/src/external/chacha.c index e47a6328..8d1ccca6 100644 --- a/src/external/chacha.c +++ b/src/external/chacha.c @@ -10,8 +10,6 @@ Public domain. #include "libssh/chacha.h" -typedef unsigned int uint32_t; - typedef struct chacha_ctx chacha_ctx; #define U8C(v) (v##U)