wolfssl: Fix for issue with blinding not defined

Closes strongswan/strongswan#156.
This commit is contained in:
David Garske
2019-10-21 09:56:55 +02:00
committed by Tobias Brunner
parent 4f4e026d3b
commit 29f7017663
@@ -419,7 +419,9 @@ static private_wolfssl_rsa_private_key_t *create_empty()
free(this);
return NULL;
}
#ifdef WC_RSA_BLINDING
this->rsa.rng = &this->rng;
#endif
return this;
}