openssl/crypto/rand
Geoff Thorpe a4a9d97a3e Some more tweaks from ENGINE code.
Previously RAND_get_rand_method was returning a non-const pointer, but it
should be const. As with all other such cases, METHOD pointers are stored and
returned as "const". The only methods one should be able to alter are methods
"local" to the relevant code, in which case a non-const handle to the methods
should already exist.

This change has been forced by the constifying of the ENGINE code (before
which RAND_METHOD was the only method pointer in an ENGINE structure that was
not constant).
2001-04-18 04:18:16 +00:00
..
.cvsignore
Makefile.ssl 'make update' 2001-04-17 23:53:58 +00:00
md_rand.c error codes are longs, not ints 2001-03-15 11:30:55 +00:00
rand_egd.c Make sure OPENSSL_SYS_... is defined when we need it. 2001-04-03 14:03:19 +00:00
rand_err.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
rand_lcl.h Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
rand_lib.c Some more tweaks from ENGINE code. 2001-04-18 04:18:16 +00:00
rand_unix.c Use new-style system-id macros everywhere possible. I hope I haven't 2001-02-20 08:13:47 +00:00
rand_vms.c Use new-style system-id macros everywhere possible. I hope I haven't 2001-02-20 08:13:47 +00:00
rand_win.c Typo. 2001-03-10 01:57:38 +00:00
rand.h Some more tweaks from ENGINE code. 2001-04-18 04:18:16 +00:00
randfile.c undo previous change: "e_os.h" is now the official name for the file 2001-02-22 15:08:30 +00:00
randtest.c Do a favor to those who get weird compiles and report if RAND_pseudo_bytes 2000-10-10 15:08:30 +00:00