diff options
author | Werner Koch <wk@gnupg.org> | 2012-08-24 09:29:56 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2012-08-24 09:29:56 +0200 |
commit | 8156a38674421deef6c2eb3e91e0186fe7fe4b26 (patch) | |
tree | 51415ff6beaf30024c649379ad166303252da01b /tools | |
parent | Fix incorrect description of --delete-secret-key (diff) | |
download | gnupg2-8156a38674421deef6c2eb3e91e0186fe7fe4b26.tar.xz gnupg2-8156a38674421deef6c2eb3e91e0186fe7fe4b26.zip |
Fix left over use of jnlib on some platforms
* tools/watchgnupg.c: Take mischelp.h from common/ and not jnlib/.
--
Also fixed in some comments.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/no-libgcrypt.c | 2 | ||||
-rw-r--r-- | tools/watchgnupg.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/no-libgcrypt.c b/tools/no-libgcrypt.c index 9e5256646..b56cc385d 100644 --- a/tools/no-libgcrypt.c +++ b/tools/no-libgcrypt.c @@ -22,7 +22,7 @@ /* Replace libgcrypt's malloc functions which are used by - ../jnlib/libjnlib.a . ../common/util.h defines macros to map them + ../common/libcommon.a . ../common/util.h defines macros to map them to xmalloc etc. */ static void out_of_memory (void) diff --git a/tools/watchgnupg.c b/tools/watchgnupg.c index 1bd9e8003..060aa0424 100644 --- a/tools/watchgnupg.c +++ b/tools/watchgnupg.c @@ -47,7 +47,7 @@ #endif #if !defined(SUN_LEN) || !defined(PF_LOCAL) || !defined(AF_LOCAL) #define JNLIB_NEED_AFLOCAL -#include "../jnlib/mischelp.h" +#include "../common/mischelp.h" #endif |