2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-07 19:38:33 +08:00
openssl/crypto/rand
Geoff Thorpe 2754597013 A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
I have tried to convert 'len' type variable declarations to unsigned as a
means to address these warnings when appropriate, but when in doubt I have
used casts in the comparisons instead. The better solution (that would get
us all lynched by API users) would be to go through and convert all the
function prototypes and structure definitions to use unsigned variables
except when signed is necessary. The proliferation of (signed) "int" for
strictly non-negative uses is unfortunate.
2003-10-29 20:24:15 +00:00
..
.cvsignore
Makefile.ssl make update 2003-05-01 04:10:32 +00:00
md_rand.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
rand_egd.c
rand_err.c
rand_lcl.h
rand_lib.c
rand_os2.c
rand_unix.c
rand_vms.c
rand_win.c Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>: 2003-08-07 11:57:42 +00:00
rand.h
randfile.c
randtest.c