1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

- Fixed documentation typos..

This commit is contained in:
Paul Bakker
2009-04-01 19:01:43 +00:00
parent 619467aff8
commit 592457c0ad
2 changed files with 3 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ int rsa_private( rsa_context *ctx,
*
* \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
*