libgcrypt/src (6 files)

cvs user werner cvs@cvs.gnupg.org
Sat, 21 Dec 2002 16:53:17 +0100


    Date: Saturday, December 21, 2002 @ 16:53:17
  Author: werner
    Path: /cvs/gnupg/libgcrypt/src

Modified: ChangeLog g10lib.h gcrypt.h secmem.h stdmem.c stdmem.h

* gcrypt.h: Make use of gcc's pure and malloc attributes 
(gcry_md_putc): Use a helper variable to avoid multiple
evaluation of H. 
* g10lib.h, stdmem.h, secmem.h: Use gcc attributes pure and malloc.

* stdmem.c (use_m_guard): Don't default to yes.


-----------+
 ChangeLog |    9 ++++
 g10lib.h  |   32 +++++++++++-----
 gcrypt.h  |  120 ++++++++++++++++++++++++++++++++++--------------------------
 secmem.h  |   18 ++++-----
 stdmem.c  |    2 -
 stdmem.h  |   10 ++---
 6 files changed, 116 insertions(+), 75 deletions(-)