RE: set/get utilities are not available to access variable 'num' of structure bio_st (Matt Caswell)

2020-11-24 Thread Narayana, Sunil Kumar
Hi Matt, Thanks for the reply.. we would implement as you suggested. From: Matt Caswell Sent: 23 November 2020 17:12 To: Narayana, Sunil Kumar ; openssl-users@openssl.org Subject: Re: set/get utilities are not available to access variable 'num' of structure bio_st (Matt

Re: set/get utilities are not available to access variable 'num' of structure bio_st (Matt Caswell)

2020-11-23 Thread Matt Caswell
On 23/11/2020 11:28, Narayana, Sunil Kumar wrote: > Hi Matt, >   We are using  MEM type BIO. similar to the openssl > library ‘BIO_TYPE_MEM ‘ we have an internal type defined like ex:- > ‘BIO_TYPE_XYZ_MEM’  and all other mem utilities are internally defined. > > Like

Re: set/get utilities are not available to access variable 'num' of structure bio_st (Matt Caswell)

2020-11-23 Thread Narayana, Sunil Kumar
Hi Matt, We are using MEM type BIO. similar to the openssl library ‘BIO_TYPE_MEM ‘ we have an internal type defined like ex:- ‘BIO_TYPE_XYZ_MEM’ and all other mem utilities are internally defined. Like XYZ_mem_new/XYZ_mem_read … etc these utilities are accessing the bio_st

Re: set/get utilities are not available to access variable 'num' of structure bio_st

2020-11-20 Thread Matt Caswell
On 20/11/2020 13:46, Narayana, Sunil Kumar wrote: > Hi , > >     We are porting our Application from  openssl 1.0.1 to > openssl 3.0. In related to this activity we require to access the > variable ‘*num*’ of structure *bio_st. * > > In older versions the variable was accessed to

set/get utilities are not available to access variable 'num' of structure bio_st

2020-11-20 Thread Narayana, Sunil Kumar
Hi , We are porting our Application from openssl 1.0.1 to openssl 3.0. In related to this activity we require to access the variable 'num' of structure bio_st. In older versions the variable was accessed to set and get value using pointer operator (bi->num ). Since this is not