Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_prn.c222 BIO *bio_tmp; in X509V3_EXT_print_fp() local
225 if (!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) in X509V3_EXT_print_fp()
227 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent); in X509V3_EXT_print_fp()
228 BIO_free(bio_tmp); in X509V3_EXT_print_fp()