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.c2869 BIO *ldapbio = BIO_new(BIO_s_mem()); in s_client_main() local
2872 if (ldapbio == NULL || cnf == NULL) { in s_client_main()
2873 BIO_free(ldapbio); in s_client_main()
2877 BIO_puts(ldapbio, ldap_tls_genconf); in s_client_main()
2878 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) { in s_client_main()
2879 BIO_free(ldapbio); in s_client_main()
2889 BIO_free(ldapbio); in s_client_main()