From b924f0494a8313fd9b979837766dc3b43043f2d2 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Sun, 18 Jul 2010 08:49:19 +0000 Subject: [PATCH] - Fixed documentation typo --- 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 389d5ae44b..2043ad7ee6 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h @@ -307,7 +307,7 @@ int rsa_pkcs1_sign( rsa_context *ctx, * * \param ctx points to an RSA public key * \param mode RSA_PUBLIC or RSA_PRIVATE - * \param hash_id SIG_RSA_RAW, RSA_MD{2,4,5} or RSA_SHA{1,256} + * \param hash_id SIG_RSA_RAW, SIG_RSA_MD{2,4,5} or SIG_RSA_SHA{1,224,256,384,512} * \param hashlen message digest length (for SIG_RSA_RAW only) * \param hash buffer holding the message digest * \param sig buffer holding the ciphertext