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 is the one.
And for each IMPLEMENT_* template there's of course the companion DECLARE_*
template which generates all the function prototypes for in the header
file(s).
Hope this helps.
On Fri, Apr 30, 2010 at 9:50 PM, Jose Stein <[email protected]> wrote:
> Hello,
>
> Does anyone know where OCSP_RESPID_free() is defined?
>
> Thanks
>
--
Met vriendelijke groeten / Best regards,
Ger Hobbelt
--------------------------------------------------
web: http://www.hobbelt.com/
http://www.hebbut.net/
mail: [email protected]
mobile: +31-6-11 120 978
--------------------------------------------------