mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
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:
committed by
Andreas Schneider
parent
45058285fc
commit
d13517e922
2
src/external/chacha.c
vendored
2
src/external/chacha.c
vendored
@@ -10,8 +10,6 @@ Public domain.
|
|||||||
|
|
||||||
#include "libssh/chacha.h"
|
#include "libssh/chacha.h"
|
||||||
|
|
||||||
typedef unsigned int uint32_t;
|
|
||||||
|
|
||||||
typedef struct chacha_ctx chacha_ctx;
|
typedef struct chacha_ctx chacha_ctx;
|
||||||
|
|
||||||
#define U8C(v) (v##U)
|
#define U8C(v) (v##U)
|
||||||
|
|||||||
Reference in New Issue
Block a user