summaryrefslogtreecommitdiff
path: root/random/rndw32ce.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid use of ulong in internal code.NIIBE Yutaka2020-01-211-1/+1
| | | | | | | | | | | | | | * configure.ac (HAVE_ULONG_TYPEDEF): Remove. * mpi/mpi-div.c (_gcry_mpi_fdiv_r_ui): Use unsigned long. (_gcry_mpi_divisible_ui): Likewise. * random/rndunix.c (_gcry_rndunix_gather_random): Likewise. * random/rndw32.c (_gcry_rndw32_gather_random_fast): Likewise. (ADDINT): Likewise. * random/rndw32ce.c (_gcry_rndw32ce_gather_random_fast): Likewise. * src/mpi.h: Follow the change. * src/types.h (HAVE_ULONG_TYPEDEF): Remove. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-4/+4
| | | | Check and install the standard git pre-commit hook.
* 2010-04-27 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2010-04-271-13/+19
| | | | | | * rndw32ce.c (fillup_buffer): Rewrite without using nested functions, which are broken on arm/cegcc.
* Added an entropy gatherer for W32CE.Werner Koch2010-03-241-0/+193