Searched defs:bioF (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_util_ssl.c81 BIO *bioF; local
94 if ((bioF = BIO_new(BIO_f_base64())) == NULL) {
98 bioS = BIO_push(bioF, bioS);

Completed in 546 milliseconds