Re: Copy of an x509_store variable

2010-11-05 Thread fatma sarhan
. Stephen Henson st...@openssl.org On Thu, Nov 04, 2010, fatma sarhan wrote: Hi, I want to copy an x509_store variable in another one which have the same type (x509_store). is there a method like (memcpy in c++) which can copy from x509_store to x509_store? Or, how we can define

Copy of an x509_store variable

2010-11-04 Thread fatma sarhan
Hi, I want to copy an x509_store variable in another one which have the same type (x509_store). is there a method like (memcpy in c++) which can copy from x509_store to x509_store? Or, how we can define the size of the struct x509_store to use the function memcpy(x509_stor * x, x509_store * y

Re: Copy of an x509_store variable

2010-11-04 Thread Tomas Neme
I want to copy an x509_store variable in another one which have the same type (x509_store). is there a method like (memcpy in c++) which can copy from x509_store to x509_store? Or, how we can define the size of the struct x509_store to use the function memcpy(x509_stor * x, x509_store * y

Re: Copy of an x509_store variable

2010-11-04 Thread Dr. Stephen Henson
On Thu, Nov 04, 2010, fatma sarhan wrote: Hi, I want to copy an x509_store variable in another one which have the same type (x509_store). is there a method like (memcpy in c++) which can copy from x509_store to x509_store? Or, how we can define the size of the struct x509_store to use

Copy of an x509_store variable

2010-11-03 Thread fatma sarhan
Hi, I want to copy an x509_store variable in another one which have the same type (x509_store). is there a method like (memcopy in c++) which copy from x509_store to x509_store? Thanks. -- Amicalement Fatma