Update the FreeRTOS+WolfSSL Win32 demo to use the latest WolfSSL libraries.

This commit is contained in:
Richard Barry
2015-08-28 13:58:05 +00:00
parent 02d0847567
commit 717654471e
9 changed files with 335 additions and 257 deletions

View File

@ -101,7 +101,7 @@ int main( void )
const uint32_t ulLongTime_ms = 250UL;
/* Create the TCP server task. This will itself create the client task
once it has completed the CyaSSL initialisation. */
once it has completed the wolfSSL initialisation. */
xTaskCreate( vSecureTCPServerTask, "Server", configMINIMAL_STACK_SIZE, NULL, mainSECURE_SERVER_TASK_PRIORITY, NULL );
/* Start the task running. */