1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

WiFiClientSecure: display certificates when debugging is enabled

This commit is contained in:
Ivan Grokhotkov 2017-10-02 00:27:22 +08:00
parent 80e9a841d6
commit 507a15910e

View File

@ -45,7 +45,7 @@ extern "C"
#endif
#ifdef DEBUG_SSL
#define SSL_DEBUG_OPTS SSL_DISPLAY_STATES
#define SSL_DEBUG_OPTS (SSL_DISPLAY_STATES | SSL_DISPLAY_CERTS)
#else
#define SSL_DEBUG_OPTS 0
#endif