mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
WiFiClientSecure: display certificates when debugging is enabled
This commit is contained in:
@ -45,7 +45,7 @@ extern "C"
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG_SSL
|
#ifdef DEBUG_SSL
|
||||||
#define SSL_DEBUG_OPTS SSL_DISPLAY_STATES
|
#define SSL_DEBUG_OPTS (SSL_DISPLAY_STATES | SSL_DISPLAY_CERTS)
|
||||||
#else
|
#else
|
||||||
#define SSL_DEBUG_OPTS 0
|
#define SSL_DEBUG_OPTS 0
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user