components/openssl: add empty fucntion to get peer certification and fix ref overflow

This commit is contained in:
dongheng
2016-09-22 17:20:07 +08:00
parent f796b4e58e
commit 18787fd4fc
4 changed files with 22 additions and 8 deletions

View File

@@ -144,6 +144,8 @@ struct ssl_session_st {
long timeout;
long time;
X509 *peer;
};
struct X509_VERIFY_PARAM_st {