OpenSC API Reference sc_der_copy 3 opensc sc_der_copy Copy a DER structure Synopsis #include <opensc.h> void sc_der_copy(sc_pkcs15_der_t *dst, const sc_pkcs15_der_t *src); Description This function copies the OpenSC DER structure pointed to by src to dst, which must point to enough space to hold this structure.