diff options
Diffstat (limited to 'tools/logsigner.c')
-rw-r--r-- | tools/logsigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/logsigner.c b/tools/logsigner.c index 1a9b9ab5..f11371aa 100644 --- a/tools/logsigner.c +++ b/tools/logsigner.c @@ -120,7 +120,7 @@ processFile(char *name) char line[64*1024+1]; gtctx ctx = NULL; - ctx = rsgtCtxNew("SIGFILE"); + ctx = rsgtCtxNew((unsigned char*)"SIGFILE"); sigblkInit(ctx); if(!strcmp(name, "-")) fp = stdin; |