diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index 441c998f5b..bbfe77dd8a 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h @@ -272,9 +272,9 @@ int rsa_pkcs1_encrypt( rsa_context *ctx, * * \param ctx RSA context * \param mode RSA_PUBLIC or RSA_PRIVATE + * \param olen will contain the plaintext length * \param input buffer holding the encrypted data * \param output buffer that will hold the plaintext - * \param olen will contain the plaintext length * \param output_max_len maximum length of the output buffer * * \return 0 if successful, or an POLARSSL_ERR_RSA_XXX error code