gnupg/cipher (7 files)

cvs user dshaw cvs@cvs.gnupg.org
Thu, 15 May 2003 07:29:15 +0200


    Date: Thursday, May 15, 2003 @ 07:29:05
  Author: dshaw
    Path: /cvs/gnupg/gnupg/cipher

Modified: ChangeLog cipher.c idea-stub.c md.c random.c sha512.c tiger.c

* cipher.c (setup_cipher_table): #ifdef IDEA.

* random.c (fast_random_poll): Only use times() if we HAVE_TIMES.

* sha512.c, tiger.c: Use the U64_C() macro to specify 64-bit constants.  
U64_C is defined in include/types.h and uses the correct suffix depending
on the underlying type of u64.

* idea-stub.c (load_module): Catch an error if the idea module file is
unloadable for some reason (unreadable, bad permissions, etc.)

* md.c (string_to_digest_algo): Give a warning about TIGER192 not being
part of OpenPGP.


-------------+
 ChangeLog   |   17 
 cipher.c    |   18 
 idea-stub.c |   10 
 md.c        |    6 
 random.c    |   12 
 sha512.c    |  115 +++---
 tiger.c     | 1047 ++++++++++++++++++++++++++++------------------------------
 7 files changed, 628 insertions(+), 597 deletions(-)