aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan')
-rw-r--r--src/libstrongswan/crypto/rsa/rsa_private_key.c2
1 files changed, 1 insertions, 1 deletions
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)
{