Searched refs:lntmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn_moid.c115 char *ln, *ostr, *p, *lntmp; local
148 lntmp = OPENSSL_malloc((p - ln) + 1);
149 if (lntmp == NULL)
151 memcpy(lntmp, ln, p - ln);
152 lntmp[p - ln] = 0;
154 oid->ln = lntmp;

Completed in 51 milliseconds