mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 00:22:22 +01:00
Depending on the build option WOLFSSL_ECC_CURVE_STATIC, the name in the ecc_set may be a pointer (default) or an array. With the above set with the CFLAG -Wtautological-pointer-compare you'll get a build error. Changed the comparison in the for loop with this problem to check the name's pointer only if appropriate.