1SC_DER_COPY(3) OpenSC API reference SC_DER_COPY(3)
23
4
NAME
6sc_der_copy - Copy a DER structure
7
SYNOPSIS
9#include <opensc.h>
1011
void sc_der_copy(sc_pkcs15_der_t *dst, const sc_pkcs15_der_t *src);
1213
14
DESCRIPTION
16This function copies the OpenSC DER structure pointed to by src to dst,
17which must point to enough space to hold this structure.
1819
20
21
opensc 02/16/2010 SC_DER_COPY(3)