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

/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dasn_moid.c64 char *lntmp = NULL; local
86 if ((lntmp = OPENSSL_malloc((p - ln) + 1)) == NULL) {
90 memcpy(lntmp, ln, p - ln);
91 lntmp[p - ln] = '\0';
92 ln = lntmp;
97 OPENSSL_free(lntmp);

Completed in 160 milliseconds