Hello!

I want to do this code, but I want to do it with the openSSL 0.9.6
because with the
latest snapshot I can't do it. I can't get the static version of the
library for windows.

typedef struct some_struct_st
        {
        ASN1_PRINTABLESTRING * a;
        ASN1_PRINTABLESTRING * b;
        } SOME_STRUCT;

ASN1_SEQUENCE(SOME_STRUCT) = {
        ASN1_SIMPLE(SOME_STRUCT, a, ASN1_PRINTABLESTRING),
        ASN1_SIMPLE(SOME_STRUCT, b, ASN1_PRINTABLESTRING)
} ASN1_SEQUENCE_END(SOME_STRUCT);

IMPLEMENT_ASN1_FUNCTIONS(SOME_STRUCT)

Thanks a lot,
Regards
Antonio.

--
------------------------------------------------------
Antonio Ruiz Martínez
Facultad de Informática-Universidad de Murcia
30001 Murcia - España (Spain)
Telf: +34-968-364644 e-mail: [EMAIL PROTECTED]
------------------------------------------------------


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

Reply via email to