aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2010-07-18 10:06:45 +0000
committerPaul Bakker <p.j.bakker@polarssl.org>2010-07-18 10:06:45 +0000
commitc38b2f5bcf7af32a9cdff4850345cdae1949439f (patch)
treeb8bb2f157da59316bf353f48ff9f6927468f2e01
parentff7fe670bbc33e5b5664dc609c92cbbb8b78e005 (diff)
downloadmbedtls-c38b2f5bcf7af32a9cdff4850345cdae1949439f.zip
mbedtls-c38b2f5bcf7af32a9cdff4850345cdae1949439f.tar.gz
mbedtls-c38b2f5bcf7af32a9cdff4850345cdae1949439f.tar.bz2
- Fixed documentation
-rw-r--r--include/polarssl/rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h
index 2043ad7..9fb417a 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,