Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dv3_prn.c201 BIO *bio_tmp; in X509V3_EXT_print_fp() local
204 if ((bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) in X509V3_EXT_print_fp()
206 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent); in X509V3_EXT_print_fp()
207 BIO_free(bio_tmp); in X509V3_EXT_print_fp()