aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-12-19 17:46:02 +0000
committerMarcus Brinkmann <[email protected]>2001-12-19 17:46:02 +0000
commita087259977a62d47505762a2086944a60cc1cc59 (patch)
tree6ab80c69a933445635ea4f9a2ad5ecb6ce5f960f /tests
parentRevert cruft from last check in. (diff)
downloadgpgme-a087259977a62d47505762a2086944a60cc1cc59.tar.gz
gpgme-a087259977a62d47505762a2086944a60cc1cc59.zip
gpgme/
2001-12-19 Marcus Brinkmann <[email protected]> * engine.c: Include `string.h'. Reported by St�phane Corth�sy. * version.c (get_engine_info): Remove prototype. tests/ 2001-12-19 Marcus Brinkmann <[email protected]> * gpg/t-decrypt-verify.c: Don't include `mcheck.h'. Reported by St�phane Corth�sy.
Diffstat (limited to '')
-rw-r--r--tests/ChangeLog5
-rw-r--r--tests/gpg/t-decrypt-verify.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 7e7cea9b..78928213 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,10 @@
2001-12-19 Marcus Brinkmann <[email protected]>
+ * gpg/t-decrypt-verify.c: Don't include `mcheck.h'. Reported by
+ St�phane Corth�sy.
+
+2001-12-19 Marcus Brinkmann <[email protected]>
+
* gpg/Makefile.am (EXTRA_DIST): Add missing line continuation.
2001-12-19 Marcus Brinkmann <[email protected]>
diff --git a/tests/gpg/t-decrypt-verify.c b/tests/gpg/t-decrypt-verify.c
index c322f8d2..14a28a77 100644
--- a/tests/gpg/t-decrypt-verify.c
+++ b/tests/gpg/t-decrypt-verify.c
@@ -24,7 +24,6 @@
#include <string.h>
#include <assert.h>
#include <errno.h>
-#include <mcheck.h>
#include <gpgme.h>