1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

log file fixes.

This commit is contained in:
Werner Koch 2009-03-25 14:58:31 +00:00
parent 458cd4a976
commit 6dc17a2b4d
32 changed files with 54 additions and 41 deletions

View file

@ -120,6 +120,7 @@ gcry_free (void *a)
int
gpg_err_code_from_errno (int err)
{
(void)err;
assert (!"stub function");
return -1;
}