CVS update: gnupg/cipher
Werner Koch
wkoch@guug.de
Thu, 2 Mar 2000 15:36:37 +0100
Date: Thursday March 2, 19100 @ 15:36
Author: wkoch
Update of /home/koch/cvs/gnupg/cipher
In directory sigtrap:/tmp/cvs-serv12958/cipher
Modified Files:
Tag: STABLE-BRANCH-1-0
ChangeLog random.c rndunix.c sha1.c
Log Message:
Thu Mar 2 15:37:46 CET 2000 Werner Koch <wk@gnupg.de>
* random.c (fast_random_poll): Add clock_gettime() as fallback for
system which support this POSIX.4 fucntion. By Sam Roberts.
* rndunix.c: Add some more headers for QNX. By Sam Roberts.
* random.c (read_seed_file): Removed the S_ISLNK test becuase it
is already covered by !S_ISREG and is not defined in Unixware.
Reported by Dave Dykstra.
* sha1.c (sha1_get_info): Removed those stupid double lines. Dave
is really a good lint.
File: ChangeLog Status: Up-to-date
File: random.c Status: Up-to-date
File: no file rndunix.c Status: Needs Checkout
File: no file sha1.c Status: Needs Checkout