projects
/
pam_pcsc_cr.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
html includes svg inside, adjust make rule
[pam_pcsc_cr.git]
/
pam_cr_setup.c
diff --git
a/pam_cr_setup.c
b/pam_cr_setup.c
index ca5037b1b7738f8adfc6640b65eef42f85a00952..af4e11626ff394b3a21fd414a3925e6f78eecd06 100644
(file)
--- a/
pam_cr_setup.c
+++ b/
pam_cr_setup.c
@@
-201,6
+201,7
@@
int main(int argc, char *argv[])
fprintf(stderr, "%s\n", ao.err);
exit(EXIT_FAILURE);
} else if (verbose) {
+ printf("version: %s\n", VERSION);
printf("userid : \"%.*s\"\n", ao.datasize, ao.data);
printf("payload: \"%.*s\"\n", ao.paylsize, ao.payload);
}