commit | 592457c0ad9e2b3586fe99c7f1af88477ee32ba9 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 01 19:01:43 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 01 19:01:43 2009 +0000 |
tree | 540e6f31ed8864506c6ee45566e6f78dd2d88730 | |
parent | 619467aff8bf2159e6644ae716b50d19f50017db [diff] [blame] |
- Fixed documentation typos..
diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index f9d02bd..e61d75c 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h
@@ -241,7 +241,7 @@ * * \param ctx RSA context * \param mode RSA_PUBLIC or RSA_PRIVATE - * \param ilen contains the the plaintext length + * \param ilen contains the plaintext length * \param input buffer holding the data to be encrypted * \param output buffer that will hold the ciphertext *