Searched refs:bio_tmp (Results 1 – 1 of 1) sorted by relevance
207 BIO *bio_tmp; in X509V3_EXT_print_fp() local210 if ((bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) in X509V3_EXT_print_fp()212 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent); in X509V3_EXT_print_fp()213 BIO_free(bio_tmp); in X509V3_EXT_print_fp()