Files
wolfssl/wolfcrypt
John Safranek bfccf35eaf Tautological Name Fix
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.
2020-10-23 15:23:16 -07:00
..
2020-09-28 09:22:24 -07:00
2020-10-23 15:23:16 -07:00
2020-02-18 21:37:06 +01:00