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

A small step for GnuPG but a huge leap for error codes.

(Sorry, it does not build currently - I need to check it in to avoid
duplicate work.)
This commit is contained in:
Werner Koch 2003-06-05 07:14:21 +00:00
parent 4d3fecee56
commit bd820bad4f
21 changed files with 273 additions and 308 deletions

View file

@ -306,7 +306,7 @@ agent_key_from_file (CTRL ctrl,
}
}
if (rc)
log_error ("get_shadow_info failed: %s\n", gnupg_strerror (rc));
log_error ("get_shadow_info failed: %s\n", gpg_strerror (rc));
}
rc = -1; /* ugly interface: we return an error but keep a value
in shadow_info. */