mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
a4a9d97a3e
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). |
||
---|---|---|
.. | ||
.cvsignore | ||
Makefile.ssl | ||
md_rand.c | ||
rand_egd.c | ||
rand_err.c | ||
rand_lcl.h | ||
rand_lib.c | ||
rand_unix.c | ||
rand_vms.c | ||
rand_win.c | ||
rand.h | ||
randfile.c | ||
randtest.c |