Revision: 10259 https://osdn.net/projects/ttssh2/scm/svn/commits/10259 Author: nmaya Date: 2022-09-11 06:28:03 +0900 (Sun, 11 Sep 2022) Log Message: ----------- 不要な #include "chacha.h" を削除 TTSSH では cipher-chachapoly.c ではなく cipher-chachapoly-libcrypto.c(暗号ライブラリを使用)を使っているため Modified Paths: -------------- trunk/ttssh2/ttxssh/cipher-chachapoly.h -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/cipher-chachapoly.h =================================================================== --- trunk/ttssh2/ttxssh/cipher-chachapoly.h 2022-09-10 21:27:17 UTC (rev 10258) +++ trunk/ttssh2/ttxssh/cipher-chachapoly.h 2022-09-10 21:28:03 UTC (rev 10259) @@ -24,7 +24,6 @@ typedef unsigned int u_int32_t; typedef unsigned long long u_int64_t; -#include "chacha.h" #include "poly1305.h" #define CHACHA_KEYLEN 32 /* Only 256 bit keys used here */