fixed comment

This commit is contained in:
Andreas Steffen 2008-01-27 20:59:22 +00:00
parent f19628490c
commit 5862981ce9
1 changed files with 1 additions and 1 deletions

View 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)