X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfc_error.c;h=5729de0f42ff26ad18db6e37da6f81c4d4c7e934;hb=72672c5cb76597fdc07cbc9bc190394d1c1d3ee1;hp=c4e51f169669b2684c480207a8412b07707bddd6;hpb=335d0464d6ea90d5f30e6846e3142c287e0d582c;p=tfcrypt.git diff --git a/tfc_error.c b/tfc_error.c index c4e51f1..5729de0 100644 --- a/tfc_error.c +++ b/tfc_error.c @@ -91,7 +91,11 @@ void usage(void) tfc_yesno is_embedded_prog = NO; if (optopt == 'V') { + char shash[64]; tfc_say("tfcrypt toolkit, version %s.", _TFCRYPT_VERSION); + hash_defaults(shash, sizeof(shash)); + tfc_say("Defaults hash: %s", shash); + memset(shash, 0, sizeof(shash)); xexit(0); }