if (basePath == NULL) return -1;
if (strcmp(argv[1], "-l") == 0) listpass(basePath, 0);
- else if (strcmp(argv[1], "-v") == 0) printf("%s-%s\n", sofname, version);
+ else if (strcmp(argv[1], "-v") == 0) {
+ printf("%s-%s (%s)\n", sofname, version, madefor);
+ }
else {
usage();
free(basePath);
return;
}
- // æ\9a\97å\8f·å\8c\96ã\81\97ã\81\9fã\82¿イルを開く
+ // æ\9a\97å\8f·å\8c\96ã\81\97ã\81\9fã\83\95ã\82¡イルを開く
char *gpgpath = malloc(alllen);
if (gpgpath == NULL) {
cleanup(ctx, key[0], in, out);