287
283
/* This callback is used in lh_doall to destroy all EX_CLASS_ITEM values from
288
284
* "ex_data" prior to the ex_data hash table being itself destroyed. Doesn't do
292
288
EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void;
293
289
sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);