Searched refs:emtmp (Results 1 – 1 of 1) sorted by relevance
532 char *emtmp; in append_ia5() local546 emtmp = OPENSSL_strndup((char *)email->data, email->length); in append_ia5()547 if (emtmp == NULL) { in append_ia5()554 if (sk_OPENSSL_STRING_find(*sk, emtmp) != -1) { in append_ia5()555 OPENSSL_free(emtmp); in append_ia5()558 if (!sk_OPENSSL_STRING_push(*sk, emtmp)) { in append_ia5()559 OPENSSL_free(emtmp); /* free on push failure */ in append_ia5()