From a13144932a4b654c6ab8168edcfd10ca0247b65f Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Tue, 28 Jun 2022 10:49:45 -0300 Subject: [PATCH] fixed TLS build comment --- examples/mqtt-client/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/mqtt-client/main.c b/examples/mqtt-client/main.c index fff2a939..6297b771 100644 --- a/examples/mqtt-client/main.c +++ b/examples/mqtt-client/main.c @@ -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"