libgcrypt/src (6 files)
cvs user mo
cvs@cvs.gnupg.org
Sun, 02 Mar 2003 00:22:23 +0100
Date: Sunday, March 2, 2003 @ 00:22:13
Author: mo
Path: /cvs/gnupg/libgcrypt/src
Modified: ChangeLog g10lib.h misc.c secmem.c secmem.h sexp.c
2003-02-28 Moritz Schulte <moritz@g10code.com>
* secmem.c (DEFAULT_PAGESIZE): New symbol.
(init_pool): Use DEFAULT_PAGESIZE.
2003-02-23 Moritz Schulte <moritz@g10code.com>
* secmem.h: Fix typo in declaration of _gcry_secmem_term.
* sexp.c: Move macro definitions of `digitp', `octdigit', `alphap'
and `hexdigit' ...
* g10lib.h: ... here.
* misc.c (_gcry_burn_stack): New function (former name:
burn_stack).
* g10lib.h (burn_stack): Declare _gcry_burn_stack().
-----------+
ChangeLog | 18 ++++++++++++++++++
g10lib.h | 15 ++++++++++++++-
misc.c | 13 ++++++++++++-
secmem.c | 5 +++--
secmem.h | 4 ++--
sexp.c | 7 -------
6 files changed, 49 insertions(+), 13 deletions(-)