]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/main.c
Update the FreeRTOS+WolfSSL Win32 demo to use the latest WolfSSL libraries.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_WolfSSL_Windows_Simulator / main.c
index db2bb1e7d281eb305662815bd5b275d33cf25bc1..06392990b6a17485154c5ad84672c0110c66176e 100644 (file)
@@ -101,7 +101,7 @@ int main( void )
 const uint32_t ulLongTime_ms = 250UL;\r
 \r
        /* Create the TCP server task.  This will itself create the client task\r
-       once it has completed the CyaSSL initialisation. */\r
+       once it has completed the wolfSSL initialisation. */\r
        xTaskCreate( vSecureTCPServerTask, "Server", configMINIMAL_STACK_SIZE, NULL, mainSECURE_SERVER_TASK_PRIORITY, NULL );\r
 \r
        /* Start the task running. */\r