- added checksum algorithm binprot.c

- minor fix in ascon.c
This commit is contained in:
2015-06-11 16:13:01 +02:00
parent 6c40d4c06c
commit cb0f4c0b99
2 changed files with 37 additions and 5 deletions

View File

@ -266,8 +266,7 @@ int AsconReadChar(int fd, char *chr)
if (ret <= 0)
return ret;
ret = recv(fd, chr, 1, 0);
/* PrintChar(*chr); */
fflush(stdout);
/* PrintChar(*chr); fflush(stdout); */
if (ret > 0)
return 1;
if (ret == 0) {