diff options
author | Werner Koch <[email protected]> | 2011-01-19 15:29:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-01-19 15:29:30 +0000 |
commit | af500f0ae490bc4262419fa52bac62677e1672fa (patch) | |
tree | b5a406d084d273ed903582bdeb851c2ea303356f /common | |
parent | Fix computation of NEWSIZE in es_func_mem_write. (diff) | |
download | gnupg-af500f0ae490bc4262419fa52bac62677e1672fa.tar.gz gnupg-af500f0ae490bc4262419fa52bac62677e1672fa.zip |
Use estream for dirmngr's --gpgconf-list.
Change insalled name of gpg2 for Wince.
Diffstat (limited to 'common')
-rw-r--r-- | common/ChangeLog | 7 | ||||
-rw-r--r-- | common/homedir.c | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index fe9eb4fc0..3f38be1be 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,6 +1,11 @@ +2011-01-19 Werner Koch <[email protected]> + + * homedir.c (gnupg_module_name): Use NAME_OF_INSTALLED_GPG instead + of "gpg2". + 2011-01-18 Werner Koch <[email protected]> - * estream.c (es_func_mem_write): FIX computation of NEWSIZE. + * estream.c (es_func_mem_write): Fix computation of NEWSIZE. 2011-01-10 Werner Koch <[email protected]> diff --git a/common/homedir.c b/common/homedir.c index a6364f8b5..3d31bd376 100644 --- a/common/homedir.c +++ b/common/homedir.c @@ -528,7 +528,7 @@ gnupg_module_name (int which) X(bindir, "gpgsm"); case GNUPG_MODULE_NAME_GPG: - X(bindir, "gpg2"); + X(bindir, NAME_OF_INSTALLED_GPG); case GNUPG_MODULE_NAME_CONNECT_AGENT: X(bindir, "gpg-connect-agent"); |