From 57423bb7ac4b2213ac7b554e291db302e457f1d0 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 17 Oct 2007 02:55:53 +0000 Subject: [PATCH] corrected brief --- src/libstrongswan/crypto/rsa/rsa_private_key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/crypto/rsa/rsa_private_key.c b/src/libstrongswan/crypto/rsa/rsa_private_key.c index fb60388c3..73157bc89 100644 --- a/src/libstrongswan/crypto/rsa/rsa_private_key.c +++ b/src/libstrongswan/crypto/rsa/rsa_private_key.c @@ -405,7 +405,7 @@ static status_t build_emsa_pkcs1_signature(private_rsa_private_key_t *this, } /** - * Implementation of rsa_private_key_t.write. + * Implementation of rsa_private_key_t.pkcs1_write. */ static bool pkcs1_write(private_rsa_private_key_t *this, const char *filename, bool force) {