commit | 27caa8a17e083435d206c27753c98bff55147919 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Mar 21 15:43:59 2010 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Mar 21 15:43:59 2010 +0000 |
tree | b5e2a4a2ef7b4ada9032d3799297cac73db75a56 | |
parent | baad6504d4e291af5b30d49572ab1740b69536eb [diff] [blame] |
- Changed text for return 0 lines
diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h index 12a9455..21f0edf 100644 --- a/include/polarssl/xtea.h +++ b/include/polarssl/xtea.h
@@ -61,7 +61,7 @@ * \param input 8-byte input block * \param output 8-byte output block * - * \return 0 + * \return 0 if successful */ int xtea_crypt_ecb( xtea_context *ctx, int mode,