proper initialization of rsa private key
This commit is contained in:
@@ -575,6 +575,8 @@ static private_rsa_private_key_t *rsa_private_key_create_empty(void)
|
|||||||
this->rsasp1 = rsadp; /* same algorithm */
|
this->rsasp1 = rsadp; /* same algorithm */
|
||||||
this->compute_prime = compute_prime;
|
this->compute_prime = compute_prime;
|
||||||
|
|
||||||
|
this->keyid = chunk_empty;
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user