Home
last modified time | relevance | path

Searched refs:emtmp (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_utl.c735 char *emtmp; in append_ia5() local
749 emtmp = strdup((char *)email->data); in append_ia5()
750 if (!emtmp || !sk_OPENSSL_STRING_push(*sk, emtmp)) { in append_ia5()