aboutsummaryrefslogtreecommitdiffstats
path: root/tools/no-libgcrypt.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-08-24 07:29:56 +0000
committerWerner Koch <[email protected]>2012-08-24 07:29:56 +0000
commit8156a38674421deef6c2eb3e91e0186fe7fe4b26 (patch)
tree51415ff6beaf30024c649379ad166303252da01b /tools/no-libgcrypt.c
parentFix incorrect description of --delete-secret-key (diff)
downloadgnupg-8156a38674421deef6c2eb3e91e0186fe7fe4b26.tar.gz
gnupg-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/no-libgcrypt.c')
-rw-r--r--tools/no-libgcrypt.c2
1 files changed, 1 insertions, 1 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)