fix MORE compilation issues
This commit is contained in:
parent
06ee17fd3e
commit
cc39e94983
11
src/ecrypt.c
11
src/ecrypt.c
@ -29,12 +29,10 @@ usage_small(int argc, char *argv[])
|
|||||||
printf("usage: %s [-h] [-v] [-s] [-g] [-c]\n", argv[0]);
|
printf("usage: %s [-h] [-v] [-s] [-g] [-c]\n", argv[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
/* static void
|
||||||
view_compile_time_settings(int argc, char *argv[])
|
view_compile_time_settings(int argc, char *argv[])
|
||||||
{
|
{}
|
||||||
printf("Compile-time settings for %s\n", argv[0]);
|
*/
|
||||||
printf("Key length: " PASSWD_LENGTH "\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
@ -57,7 +55,8 @@ main(int argc, char *argv[])
|
|||||||
exit(0);
|
exit(0);
|
||||||
break;
|
break;
|
||||||
case 's':
|
case 's':
|
||||||
view_compile_time_settings(argc, argv);
|
/* view_compile_time_settings(argc, argv); */
|
||||||
|
printf("not implemented\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
break;
|
break;
|
||||||
case 'g':
|
case 'g':
|
||||||
|
Loading…
Reference in New Issue
Block a user