1
1

chacha: remove re-declared type

re-declaring typedefs are not supported by some compilers

Signed-off-by: Tilo Eckert <tilo.eckert@flam.de>
Этот коммит содержится в:
Tilo Eckert 2018-10-12 15:22:45 +02:00 коммит произвёл Andreas Schneider
родитель 45058285fc
Коммит d13517e922

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