- return value cleanup

This commit is contained in:
Martin Willi
2005-11-28 20:29:47 +00:00
parent 3fe058703f
commit d048df5cab
85 changed files with 1086 additions and 2680 deletions
+3 -3
View File
@@ -49,10 +49,10 @@ struct hmac_prf_t {
/**
* @brief Creates a new hmac_prf_t object
*
* @param hash_algorithm hmac's hash algorithm
* @param hash_algorithm hmac's hash algorithm
* @return
* - hmac_prf_t if successfully
* - NULL if out of ressources
* - hmac_prf_t if successfully
* - NULL if hash not supported
*
* @ingroup prfs
*/