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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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 + 1] = 0;
154 oid->ln = lntmp;

Completed in 91 milliseconds