Searched refs:ldapbio (Results 1 – 2 of 2) sorted by relevance
2625 BIO *ldapbio = BIO_new(BIO_s_mem()); in s_client_main() local2628 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()
2674 BIO *ldapbio = BIO_new(BIO_s_mem()); in s_client_main() local2678 BIO_free(ldapbio); in s_client_main()2681 BIO_puts(ldapbio, ldap_tls_genconf); in s_client_main()2682 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) { in s_client_main()2683 BIO_free(ldapbio); in s_client_main()2693 BIO_free(ldapbio); in s_client_main()