Use thread-safe libgcrypt and libgpg-error functions. Only call the new
commitfa0cebb9ded9a16344e3160f11585e0e01ee966c
authorBen Kibbey <bjk@luxsci.net>
Sun, 8 Mar 2009 14:54:38 +0000 (8 10:54 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sun, 8 Mar 2009 14:54:38 +0000 (8 10:54 -0400)
treee9b97e405bf6ec8b1e9471baa788ff1836eea5b1
parentf673f3c713a666ce9a8ce19fba6f6506203f0029
Use thread-safe libgcrypt and libgpg-error functions. Only call the new
_gpg_strerror() which is a wrapper for gpg_strerror_r(). The string is
g_strdup()'d and freed when the thread terminates.
src/commands.c
src/pinentry.c
src/pwmd.c
src/pwmd_error.c
src/pwmd_error.h
src/tls.c