components/openssl: SSL load verify data from itself structure when "new"

This commit is contained in:
dongheng
2016-09-22 16:41:51 +08:00
parent fa6f03f77f
commit f796b4e58e
5 changed files with 28 additions and 6 deletions

View File

@@ -99,6 +99,8 @@ struct stack_st {
struct evp_pkey_st {
int ref;
void *pkey_pm;
const PKEY_METHOD *method;
@@ -106,6 +108,8 @@ struct evp_pkey_st {
struct x509_st {
int ref;
/* X509 certification platform private point */
void *x509_pm;