mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
components/openssl: SSL load verify data from itself structure when "new"
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user