mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:50:30 +00:00
components/openssl: add empty fucntion to get peer certification and fix ref overflow
This commit is contained in:
@@ -144,6 +144,8 @@ struct ssl_session_st {
|
||||
long timeout;
|
||||
|
||||
long time;
|
||||
|
||||
X509 *peer;
|
||||
};
|
||||
|
||||
struct X509_VERIFY_PARAM_st {
|
||||
|
||||
Reference in New Issue
Block a user