Hello,
> > Hello,
> > > Oops, forgot to include the functions. These are:
> > > 
> > > 
> > > i2d_ECDSA_SIG
> > > 
> > > d2i_ECDSA_SIG
> > This functions are implemented in file crypto/ecdsa/ecs_asn1.c.
> > Proof (after compiling):
> >  $ nm crypto/ecdsa/ecs_asn1.o | grep -E 'i2d|d2i'
> >  000000a0 T d2i_ECDSA_SIG
> >  00000060 T i2d_ECDSA_SIG
> > Looking at this file I have no better one :-)
> > 
> 
> In common with all the ASN1 functions they are implemented through macros
> normally beginning IMPLEMENT_ASN1_* the dependency tree will end up dragging
> in most of the ASN1 library as a result.
I've forgot to add:
 $ gcc -E ecs_asn1.c -I../../include
as a method to look at this file after preprocessing by cpp.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to