adressed review comments part 5-1

This commit is contained in:
Hideki Miyazaki
2021-03-20 12:47:35 +09:00
parent fae36f108e
commit 526688a1a5

View File

@ -15821,7 +15821,8 @@ int wolfSSL_set_compression(WOLFSSL* ssl)
ctx->x509_store.cache = str->cache;
ctx->x509_store_pt = str; /* take ownership of store and free it
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*/
}