// v3_lib.c
 
void X509V3_EXT_cleanup()
{
 sk_pop_free(ext_list, ext_list_free);
 ext_list = NULL;            // added to fix problem in openssl.exe command line (and others who free/reuse the ctx list)
}

 

Reply via email to