fixed TLS build comment

This commit is contained in:
Sergio R. Caprile 2022-06-28 10:49:45 -03:00
parent ba08140197
commit a13144932a

View File

@ -8,8 +8,7 @@
// 4. Receives that message back from the subscribed topic and closes
// 5. Timer-based reconnection logic revives the connection when it is down
//
// To enable SSL/TLS for this client, build it like this:
// make MBEDTLS_DIR=/path/to/your/mbedtls/installation
// To enable SSL/TLS, make SSL=OPENSSL or make SSL=MBEDTLS
#include "mongoose.h"