From 4d8ca7083380820554f8fcc51c997df7134af613 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 9 Aug 2011 10:31:05 +0000 Subject: [PATCH] - Fixed order of comments to match function rsa_pkcs1_decrypt --- include/polarssl/rsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index 441c998f5..bbfe77dd8 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