gpgme/
2001-12-19 Marcus Brinkmann <marcus@g10code.de> * engine.c: Include `string.h'. Reported by St�phane Corth�sy. * version.c (get_engine_info): Remove prototype. tests/ 2001-12-19 Marcus Brinkmann <marcus@g10code.de> * gpg/t-decrypt-verify.c: Don't include `mcheck.h'. Reported by St�phane Corth�sy.
This commit is contained in:
parent
530bad57ce
commit
a087259977
@ -1,3 +1,9 @@
|
||||
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* engine.c: Include `string.h'. Reported by Stéphane Corthésy.
|
||||
|
||||
* version.c (get_engine_info): Remove prototype.
|
||||
|
||||
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* engine-gpgsm.c (_gpgme_gpgsm_new): New variable CHILD_FDS.
|
||||
|
@ -24,6 +24,7 @@
|
||||
#endif
|
||||
#include <time.h>
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "gpgme.h"
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpg/t-decrypt-verify.c: Don't include `mcheck.h'. Reported by
|
||||
Stéphane Corthésy.
|
||||
|
||||
2001-12-19 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpg/Makefile.am (EXTRA_DIST): Add missing line continuation.
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <mcheck.h>
|
||||
|
||||
#include <gpgme.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user