Fixed documentation issues found by clang

This commit is contained in:
Paul Bakker 2013-12-30 17:57:27 +01:00
parent 92bc875e0a
commit a36d23e290
10 changed files with 21 additions and 21 deletions

View file

@ -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