forked from wolfSSL/wolfssl
Moved opening brace to the same line.
This commit is contained in:
@@ -2150,8 +2150,7 @@ int wc_DhGenerateParams(WC_RNG *rng, int modSz, DhKey *dh)
|
|||||||
!= MP_OKAY) {
|
!= MP_OKAY) {
|
||||||
ret = MP_INIT_E;
|
ret = MP_INIT_E;
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
{
|
|
||||||
/* tmp and tmp2 are initialized */
|
/* tmp and tmp2 are initialized */
|
||||||
tmp_valid = 1;
|
tmp_valid = 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user