summaryrefslogtreecommitdiffstats
path: root/test/attest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/attest.c')
-rw-r--r--test/attest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/attest.c b/test/attest.c
index cd0e93ca..6e7d3808 100644
--- a/test/attest.c
+++ b/test/attest.c
@@ -47,7 +47,7 @@ static int at_command(int fd, char *cmd, int to)
{
fd_set rfds;
struct timeval timeout;
- unsigned char buf[1024];
+ char buf[1024];
int sel, len, i, n;
write(fd, cmd, strlen(cmd));