proper initialization of rsa private key

This commit is contained in:
Martin Willi 2007-08-30 12:47:38 +00:00
parent cfee19c26c
commit 857ceac9d9
1 changed files with 2 additions and 0 deletions

View File

@ -575,6 +575,8 @@ static private_rsa_private_key_t *rsa_private_key_create_empty(void)
this->rsasp1 = rsadp; /* same algorithm */
this->compute_prime = compute_prime;
this->keyid = chunk_empty;
return this;
}