chacha: remove re-declared type

re-declaring typedefs are not supported by some compilers

Signed-off-by: Tilo Eckert <tilo.eckert@flam.de>
(cherry picked from commit d13517e922)
This commit is contained in:
Tilo Eckert
2018-10-12 15:22:45 +02:00
committed by Andreas Schneider
parent 59071bc4c5
commit 160a416ef6

View File

@@ -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)