wolfssl/examples/echoserver
John Safranek 2e1a1681ec GCC-8 string fixes
1. strncat() does not like to copy single byte strings with "n = 1", as it won't null-terminate.
2. strncpy()'s len parameter is the size of the dst not the src.
3. Replaced the echoserver HTTP response composition of const strings with a copy of a single string.
2018-07-31 14:02:44 -07:00
..
echoserver-ntru.vcproj
echoserver.c GCC-8 string fixes 2018-07-31 14:02:44 -07:00
echoserver.h
echoserver.sln
echoserver.vcproj
echoserver.vcxproj
include.am