Files
wolfssl/src
Vladislav Vaintroub d57d194de3 Fix clang warnings (issue #2870)
The warning was "comparison of array 'ecc_sets[i].name' not equal to a null
pointer is always true [-Wtautological-pointer-compare]"

Compiler is correct, ecc_sets[i].name  is an array of size 16, thus
can't be NULL

Also, fix build error on Windows by changing uint8_t to "unsigned char"
(alternative fix could be including stdint.h)
2020-03-25 23:07:12 +01:00
..
2020-03-18 12:36:11 +10:00
2020-01-03 15:06:03 -08:00
2020-03-25 23:07:12 +01:00