sk_X509_OBJECT_new
if ((store->objs = sk_X509_OBJECT_new(x509_object_cmp)) == NULL)
if ((copy = sk_X509_OBJECT_new(x509_object_cmp)) == NULL) {