Topic: Error while Building wolfssl 3.11.0
Hi,
I am trying to build wolfssl 3.11.0-stable In windows 7 64-bit OS using command prompt. But i got error in ssl.c File at Line 1743.
/* read all protocol name from the list */
token[idx] = XSTRTOK(list, ",", &ptr);
while (token[idx] != NULL)
token[++idx] = XSTRTOK(NULL, ",", &ptr);