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

Fixed a build bug (straw letter in sm/import.c) and updated the documentation.

This commit is contained in:
Werner Koch 2004-02-04 19:13:16 +00:00
parent 6788ede345
commit cfb33014ae
11 changed files with 167 additions and 36 deletions

View file

@ -214,7 +214,7 @@ import_one (CTRL ctrl, struct stats_s *stats, int in_fd)
{
rc = gpg_error (gpg_err_code_from_errno (errno));
log_error ("fdopen() failed: %s\n", strerror (errno));
q goto leave;
goto leave;
}
rc = gpgsm_create_reader (&b64reader, ctrl, fp, &reader);