commit | e5c19aab6ebd4eb40af81b5a8d219a00a2bdb911 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jul 08 06:43:40 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jul 08 06:43:40 2009 +0000 |
tree | 9820312ec246c69c74c81adc9847bd677e75a578 | |
parent | f725a88e5493380894d52a4529a981022db6cb21 [diff] [blame] |
- Fixed name of xtea_crypt_ecb()
diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h index fe16ba3..86b51d8 100644 --- a/include/polarssl/xtea.h +++ b/include/polarssl/xtea.h
@@ -60,7 +60,7 @@ * \param input 8-byte input block * \param output 8-byte output block */ -void xtea_crypt( xtea_context *ctx, +void xtea_crypt_ecb( xtea_context *ctx, int mode, unsigned char input[8], unsigned char output[8] );