]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
fixed comment
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 27 Jan 2008 20:59:22 +0000 (20:59 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 27 Jan 2008 20:59:22 +0000 (20:59 -0000)
src/libstrongswan/crypto/rsa/rsa_private_key.c

index efbe8e86f0593b06554961d9d39b0d1485624e7d..43f45e461564dbbd1dcb67958d1a5de0316aabc8 100644 (file)
@@ -260,7 +260,7 @@ static chunk_t rsadp(private_rsa_private_key_t *this, chunk_t data)
 }
 
 /**
- * Implementation of rsa_private_key_t.eme_pkcs1_decrypt.
+ * Implementation of rsa_private_key_t.pkcs1_decrypt.
  */
 static status_t pkcs1_decrypt(private_rsa_private_key_t *this,
                                                          chunk_t in, chunk_t *out)