fixed TLS build comment

This commit is contained in:
Sergio R. Caprile 2022-06-28 10:56:56 -03:00
parent ba08140197
commit 6542c02b7f

View File

@ -5,9 +5,7 @@
// print the response and exit.
// You can change `s_url` from the command line by executing: ./example YOUR_URL
//
// To enable SSL/TLS for this client, build it like this:
// make MBEDTLS=/path/to/your/mbedtls/installation
// make OPENSSL=/path/to/your/openssl/installation
// To enable SSL/TLS, make SSL=OPENSSL or make SSL=MBEDTLS
#include "mongoose.h"