Searched refs:ldapbio (Results 1 – 1 of 1) sorted by relevance
2869 BIO *ldapbio = BIO_new(BIO_s_mem()); in s_client_main() local2872 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()