[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: creating BerElement using char * and size?



At 05:28 AM 5/17/01, Heiko Nardmann wrote:
>I have a buffer which contains some BER encoded data. Now I want to create an 
>OpenLDAP BerElement from it to be able to use the ber_* API provided by 
>OpenLDAP. But neither OpenLDAP 1.x nor 2.x seem to provide such a 
>"constructor". Or am I missing something?

In 2.x,

  BerElement* ber_init( BerValue * );