some cleanups here and there

This commit is contained in:
Martin Willi
2006-09-18 11:37:40 +00:00
parent 4f383c6950
commit a2cf2812c4
4 changed files with 9 additions and 13 deletions
@@ -408,7 +408,8 @@ private_rsa_public_key_t *rsa_public_key_create_empty(void)
}
/**
* Build a DER-encoded publicKeyInfo object from an RSA public key
* Build a DER-encoded publicKeyInfo object from an RSA public key.
* Also used in rsa_private_key.c.
*/
chunk_t rsa_public_key_info_to_asn1(const mpz_t n, const mpz_t e)
{