mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
adressed review comments part 5-1
This commit is contained in:
@ -15821,7 +15821,8 @@ int wolfSSL_set_compression(WOLFSSL* ssl)
|
|||||||
ctx->x509_store.cache = str->cache;
|
ctx->x509_store.cache = str->cache;
|
||||||
ctx->x509_store_pt = str; /* take ownership of store and free it
|
ctx->x509_store_pt = str; /* take ownership of store and free it
|
||||||
with CTX free */
|
with CTX free */
|
||||||
ctx->cm->x509_store_p = ctx->x509_store_pt;
|
ctx->cm->x509_store_p = ctx->x509_store_pt;/* CTX has onwership
|
||||||
|
and free it with CTX free*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user