libgcrypt/cipher (ChangeLog ac.c md.c pubkey.c random.c)
cvs user werner
cvs at cvs.gnupg.org
Mon Oct 27 18:40:29 CET 2003
Date: Monday, October 27, 2003 @ 18:40:29
Author: werner
Path: /cvs/gnupg/libgcrypt/cipher
Modified: ChangeLog ac.c md.c pubkey.c random.c
* random.c (gcry_random_add_bytes): Return if buflen is zero to
avoid gcc warning about unsed parameter.
(MASK_LEVEL): Simplified; does not work for signed and unsigned
w/o warnings.
* md.c (md_start_debug): Removed the const from SUFFIX, because
this function is called from the control fucntion which does not
require const.
Added some comments.
-----------+
ChangeLog | 11 ++++++++++-
ac.c | 3 +--
md.c | 4 ++--
pubkey.c | 2 +-
random.c | 11 +++++------
5 files changed, 19 insertions(+), 12 deletions(-)
More information about the Gnupg-commits
mailing list