forked from wolfSSL/wolfssl
gcc-7 warning about misleading indentation
This commit is contained in:
@@ -2821,9 +2821,11 @@ static int wc_ecc_shared_secret_gen_sync(ecc_key* private_key, ecc_point* point,
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef WOLFSSL_SP_MATH
|
#ifdef WOLFSSL_SP_MATH
|
||||||
|
{
|
||||||
err = WC_KEY_SIZE_E;
|
err = WC_KEY_SIZE_E;
|
||||||
|
|
||||||
(void)curve;
|
(void)curve;
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
{
|
{
|
||||||
/* make new point */
|
/* make new point */
|
||||||
|
Reference in New Issue
Block a user