- Changed text for return 0 lines

This commit is contained in:
Paul Bakker 2010-03-21 15:43:59 +00:00
parent baad6504d4
commit 27caa8a17e
5 changed files with 7 additions and 7 deletions

View file

@ -78,7 +78,7 @@ int camellia_setkey_dec( camellia_context *ctx, const unsigned char *key, int ke
* \param input 16-byte input block
* \param output 16-byte output block
*
* \return 0
* \return 0 if successful
*/
int camellia_crypt_ecb( camellia_context *ctx,
int mode,