fixed copy-and-paste error

This commit is contained in:
Andreas Steffen
2008-05-23 19:23:04 +00:00
parent 49b2395e3b
commit ed26207d08
@@ -337,7 +337,7 @@ static identification_t* get_id(private_gmp_rsa_private_key_t *this,
}
/**
* Implementation of gmp_rsa_private_key.destroy.
* Implementation of gmp_rsa_private_key.get_public_key.
*/
static gmp_rsa_public_key_t* get_public_key(private_gmp_rsa_private_key_t *this)
{