Fix some Doxygen warnings

This commit is contained in:
Nicolas Williams
2016-12-14 22:00:04 -06:00
parent a1c505309c
commit 2ebec2e4ec
7 changed files with 23 additions and 6 deletions

View File

@@ -206,6 +206,8 @@ RAND_set_rand_method(const RAND_METHOD *meth)
/**
* Get the default random method.
*
* @return Returns a RAND_METHOD
*
* @ingroup hcrypto_rand
*/
@@ -262,6 +264,8 @@ RAND_set_rand_engine(ENGINE *engine)
* @param filename name of file to read.
* @param size minimum size to read.
*
* @return Returns the number of seed bytes loaded (0 indicates failure)
*
* @ingroup hcrypto_rand
*/