Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_client.c2625 BIO *ldapbio = BIO_new(BIO_s_mem()); in s_client_main() local
2628 if (ldapbio == NULL || cnf == NULL) { in s_client_main()
2629 BIO_free(ldapbio); in s_client_main()
2633 BIO_puts(ldapbio, ldap_tls_genconf); in s_client_main()
2634 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) { in s_client_main()
2635 BIO_free(ldapbio); in s_client_main()
2645 BIO_free(ldapbio); in s_client_main()