Re: OCSP_RESPI_free

2010-05-01 Thread Ger Hobbelt
It's a result of the ASN.1 template expansion in ocsp_asn.c @ the line ~ 123: IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPID); Tip: search for ##_free in the code; when you follow the macro's you'll soon end up in asn1t.h ("ASN.1 templates" ;-) ) where there's IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname() which

OCSP_RESPI_free

2010-04-30 Thread Jose Stein
Hello, Does anyone know where OCSP_RESPID_free() is defined? Thanks