aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/crypt_burn.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/crypt_burn.c')
-rw-r--r--scripts/crypt_burn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crypt_burn.c b/scripts/crypt_burn.c
index 1f1536ae7..c7990edc4 100644
--- a/scripts/crypt_burn.c
+++ b/scripts/crypt_burn.c
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
limit = atoi(argv[2]);
}
- token = proposal_get_token(argv[1], strlen(argv[1]));
+ token = proposal_get_token(argv[1]);
if (!token)
{
fprintf(stderr, "algorithm '%s' unknown!\n", argv[1]);