lint fixes discussed in #199

This commit is contained in:
Karel Miko
2017-04-29 19:58:24 +02:00
parent 253f3c45e1
commit 87142382da
7 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -962,7 +962,7 @@ int chacha_test(void);
#ifdef LTC_RC4_STREAM
typedef struct {
int x, y;
unsigned int x, y;
unsigned char buf[256];
} rc4_state;