chacha: remove re-declared type

re-declaring typedefs are not supported by some compilers

Signed-off-by: Tilo Eckert <tilo.eckert@flam.de>
This commit is contained in:
Tilo Eckert
2018-10-12 15:22:45 +02:00
committed by Andreas Schneider
parent 45058285fc
commit d13517e922

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)