From: Andreas Steffen Date: Wed, 17 Oct 2007 02:55:53 +0000 (-0000) Subject: corrected brief X-Git-Tag: 4.1.8~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57423bb7ac4b2213ac7b554e291db302e457f1d0;p=thirdparty%2Fstrongswan.git corrected brief --- diff --git a/src/libstrongswan/crypto/rsa/rsa_private_key.c b/src/libstrongswan/crypto/rsa/rsa_private_key.c index fb60388c39..73157bc89a 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) {