Sync crypto documentation with master branch.

This commit is contained in:
Dr. Stephen Henson
2014-03-03 15:12:17 +00:00
parent 1bd4ee1da1
commit 12c56e4888
48 changed files with 1571 additions and 160 deletions

View File

@@ -39,7 +39,7 @@ Since the introduction of the ENGINE API, the recommended way of controlling
default implementations is by using the ENGINE API functions. The default
B<RAND_METHOD>, as set by RAND_set_rand_method() and returned by
RAND_get_rand_method(), is only used if no ENGINE has been set as the default
"rand" implementation. Hence, these two functions are no longer the recommened
"rand" implementation. Hence, these two functions are no longer the recommended
way to control defaults.
If an alternative B<RAND_METHOD> implementation is being used (either set