Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dv3_prn.c207 BIO *bio_tmp; in X509V3_EXT_print_fp() local
210 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()

Completed in 3 milliseconds