summaryrefslogtreecommitdiff
path: root/w32-dll
AgeCommit message (Collapse)AuthorFilesLines
2003-10-27* configure.ac: Give a hint on where libgpg-error is available.Werner Koch3-125/+214
Reformatted long lines. Don't include gcrypt-defs.h. * ac.c (ac_key_identifiers): Made static. * random.c (getfnc_gather_random,getfnc_fast_random_poll): Move prototypes to .. * rand-internal.h: .. here * random.c (getfnc_gather_random): Include rndw32 gatherer. * rndunix.c, rndw32.c, rndegd.c: Include them here. * rndlinux.c (_gcry_rndlinux_gather_random): Prepend the _gcry_ prefix. Changed all callers. * rndegd.c (_gcry_rndegd_gather_random): Likewise. (_gcry_rndegd_connect_socket): Likewise. * rndunix.c (_gcry_rndunix_gather_random): Likewise. (waitpid): Made static. * rndw32.c: Removed the old and unused winseed.dll cruft. (_gcry_rndw32_gather_random_fast): Renamed from gather_random_fast. (_gcry_rndw32_gather_random): Renamed from gather_random. Note, that the changes 2003-04-08 somehow got lost. * sha512.c (sha512_init, sha384_init): Made static. * cipher.c (do_ctr_decrypt): Removed "return" from this void function. * gcrypt.h (gcry_pk_testkey): Doc fix. * libgcrypt.def: Manually wrote this file. * build-def: This file should not be used anymore.
2002-09-202002-09-20 Timo Schulz <ts@winpt.org>Timo Schulz2-0/+8
* build-dll: Include ASM object files.
2002-09-18Some updates for the Libgcrypt W32 DLL process.Timo Schulz5-129/+186
2001-08-07Latest changes from TimoWerner Koch3-21/+146
2001-08-06Fixed scriptWerner Koch1-3/+3
2001-08-03scripts to build a W32 DLLWerner Koch2-0/+77