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, int size-of-y)
Thanks.