From c38b2f5bcf7af32a9cdff4850345cdae1949439f Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sun, 18 Jul 2010 10:06:45 +0000
Subject: [PATCH] - Fixed documentation
---
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 2043ad7ee..9fb417a9d 100644
--- a/include/polarssl/rsa.h
+++ b/include/polarssl/rsa.h
@@ -161,7 +161,7 @@ extern "C" {
* \note The hash_id parameter is actually ignored
* when using RSA_PKCS_V15 padding.
*
- * \note Currently (xyssl-0.8), RSA_PKCS_V21 padding
+ * \note Currently, RSA_PKCS_V21 padding
* is not supported.
*/
void rsa_init( rsa_context *ctx,