mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
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) {
|
||||
ret = MP_INIT_E;
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
/* tmp and tmp2 are initialized */
|
||||
tmp_valid = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user