make response easier to copy
This commit is contained in:
parent
81c90e26cc
commit
dcf227b95a
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ main(int argc, char **argv)
|
|||
ndata = base64_encode((unsigned char *)ddata, SHA_DIGEST_LENGTH);
|
||||
if(isatty(fileno(stdin)))
|
||||
{
|
||||
fprintf(stderr, "Response: /quote CHALLENGE +");
|
||||
fprintf(stderr, "/quote CHALLENGE +");
|
||||
}
|
||||
puts((char *)ndata);
|
||||
fflush(NULL);
|
||||
|
|
Loading…
Reference in a new issue