make response easier to copy

This commit is contained in:
xfnw 2021-10-29 17:15:15 -04:00
parent 81c90e26cc
commit dcf227b95a

View file

@ -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);