diff --git a/crypt.c b/crypt.c --- a/crypt.c +++ b/crypt.c @@ -10,6 +10,7 @@ int main (int argc, char **argv) { char *data; + int i; if (argc != 2) {