libgcrypt/src (8 files)

cvs user mo cvs@cvs.gnupg.org
Tue, 17 Jun 2003 19:40:24 +0200


    Date: Tuesday, June 17, 2003 @ 19:40:24
  Author: mo
    Path: /cvs/gnupg/libgcrypt/src

Modified: ChangeLog Makefile.am benchmark.c g10lib.h gcrypt.h mpi.h sexp.c
          testapi.c

2003-06-17  Moritz Schulte  <moritz@g10code.com>

	* Makefile.am (AM_CFLAGS): Added: @GPG_ERROR_CFLAGS@.

2003-06-16  Moritz Schulte  <moritz@g10code.com>

	* g10lib.h: Replace last occurences of old type names with newer
	names (i.e. replace MPI with gcry_mpi_t).
	* mpi.h: Likewise.
	* sexp.c: Likewise.


-------------+
 ChangeLog   |   14 +++++++++
 Makefile.am |   32 +++++++++++-----------
 benchmark.c |    8 ++---
 g10lib.h    |   14 +++++----
 gcrypt.h    |   14 ---------
 mpi.h       |   82 ++++++++++++++++++++++++++++++----------------------------
 sexp.c      |    2 -
 testapi.c   |    2 -
 8 files changed, 88 insertions(+), 80 deletions(-)