1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

--encrypt does now work for a hardwired key.

This commit is contained in:
Werner Koch 2001-12-10 19:18:27 +00:00
parent 79956a08e0
commit f312047a67
3 changed files with 423 additions and 105 deletions

View file

@ -268,7 +268,7 @@ gpgsm_verify (CTRL ctrl, int in_fd, int data_fd)
if (data_fd != -1 && !is_detached)
{
log_error ("data given for a non-detached signature");
log_error ("data given for a non-detached signature\n");
rc = GNUPG_Conflict;
goto leave;
}