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:
parent
80e9a841d6
commit
507a15910e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user