ASN1_STRING_copy
LCRYPTO_ALIAS(ASN1_STRING_copy);
if (!ASN1_STRING_copy(astr, src)) {
int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
if (!ASN1_STRING_copy(out, in))
if (!ASN1_STRING_copy(ias->serialNumber, X509_get_serialNumber(cert)))
LCRYPTO_USED(ASN1_STRING_copy);
if (ASN1_STRING_copy(src, dst) != 0)
if (ASN1_STRING_copy(dst, src) != 1)