copy_type
copy_type (fs, ts, m->type, FALSE);
copy_type(f, T, t->subtype, FALSE);
copy_type (from, to, t->subtype, preserve);
copy_type ("from", "to", s->type, preserve);
copy_type (from, to, t->symbol->type, preserve);
int set_ext_copy(int *copy_type, const char *arg);
int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
int set_ext_copy(int *copy_type, const char *arg)
*copy_type = EXT_COPY_NONE;
*copy_type = EXT_COPY_ADD;
*copy_type = EXT_COPY_ALL;
int copy_extensions(X509 *x, X509_REQ *req, int copy_type)
if (copy_type == EXT_COPY_NONE)
if (copy_type == EXT_COPY_ADD)