Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_client.c2808 BIO *ldapbio = BIO_new(BIO_s_mem()); in s_client_main() local
2811 if (ldapbio == NULL || cnf == NULL) { in s_client_main()
2812 BIO_free(ldapbio); in s_client_main()
2816 BIO_puts(ldapbio, ldap_tls_genconf); in s_client_main()
2817 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) { in s_client_main()
2818 BIO_free(ldapbio); in s_client_main()
2828 BIO_free(ldapbio); in s_client_main()

Completed in 18 milliseconds