Searched refs:emtmp (Results 1 – 1 of 1) sorted by relevance
535 char *emtmp; in append_ia5() local549 emtmp = OPENSSL_strndup((char *)email->data, email->length); in append_ia5()550 if (emtmp == NULL) { in append_ia5()557 if (sk_OPENSSL_STRING_find(*sk, emtmp) != -1) { in append_ia5()558 OPENSSL_free(emtmp); in append_ia5()561 if (!sk_OPENSSL_STRING_push(*sk, emtmp)) { in append_ia5()562 OPENSSL_free(emtmp); /* free on push failure */ in append_ia5()
Completed in 8 milliseconds