Fixed documentation issues found by clang
This commit is contained in:
parent
92bc875e0a
commit
a36d23e290
10 changed files with 21 additions and 21 deletions
|
@ -81,7 +81,8 @@ extern "C" {
|
|||
* \return 0 if no critical failures occurred,
|
||||
* POLARSSL_ERR_ENTROPY_SOURCE_FAILED otherwise
|
||||
*/
|
||||
typedef int (*f_source_ptr)(void *, unsigned char *, size_t, size_t *);
|
||||
typedef int (*f_source_ptr)(void *data, unsigned char *output, size_t len,
|
||||
size_t *olen);
|
||||
|
||||
/**
|
||||
* \brief Entropy source state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue