Thank you Doctor for your reply.
Is there any example who's applied to BER format.
I want to deploy the d2i_PKCS7_bio for another
structure 
which is like a PKCS7 but in BER encoding to load it,
and i have to use item to represent  it .
I use this function :
struct *d2i_struct_bio(BIO *bp, struct **st)
{
  return ASN1_item_d2i_bio((const ASN1_ITEM *)&struct,
bp, st);
}
 
but i receive an error like this :
undefined reference to `struct_it'

your help is very important for me .
Thanks .
Abdou,

 


        

        
                
Vous manquez d’espace pour stocker vos mails ? 
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour 
dialoguer instantanément avec vos amis. A télécharger gratuitement sur 
http://fr.messenger.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to