From 9ece643cba56a03cf70932545d97cc8fca7a9f9c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 22 Nov 2001 10:29:52 +0000 Subject: [PATCH] * engine-gpgsm.c: Include more headers so that NULL and mk_error is defined even with an undefined GPGSM_PATH. --- gpgme/ChangeLog | 5 +++++ gpgme/engine-gpgsm.c | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index d270752..fb2ab2d 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,8 @@ +2001-11-22 Werner Koch + + * engine-gpgsm.c: Include more headers so that NULL and mk_error + is defined even with an undefined GPGSM_PATH. + 2001-11-22 Marcus Brinkmann * rungpg.c (gpg_inbound_handler, write_mem_data, write_cb_data, diff --git a/gpgme/engine-gpgsm.c b/gpgme/engine-gpgsm.c index 87a0039..a27b354 100644 --- a/gpgme/engine-gpgsm.c +++ b/gpgme/engine-gpgsm.c @@ -28,17 +28,17 @@ #define ENABLE_GPGSM 1 #endif -#ifdef ENABLE_GPGSM - #include #include +#ifdef ENABLE_GPGSM /* FIXME */ #include "../assuan/assuan-defs.h" #undef xtrymalloc #undef xtrycalloc #undef xtryrealloc #undef xfree +#endif /*ENABLE_GPGSM*/ #include "gpgme.h" #include "util.h" @@ -47,6 +47,8 @@ #include "wait.h" #include "io.h" +#ifdef ENABLE_GPGSM + #include "engine-gpgsm.h" #include "assuan.h" -- 2.26.2