Searched refs:ssl_certdbpath (Results 1 – 1 of 1) sorted by relevance
251 static char *ssl_certdbpath = NULL; variable493 ssl_certdbpath = strdup(optarg);494 if (NULL == ssl_certdbpath) {518 ssl_certdbpath = dirname(pathname);520 ssl_certdbpath = pathname;742 if ( NULL == ssl_certdbpath ) {745 ssl_keydbpath = certpath2keypath( ssl_certdbpath );748 if ( NULL == ssl_certdbpath ) {749 ssl_certdbpath = LDAPTOOL_DEFCERTDBPATH;1084 &&(rc = ldapssl_client_init( ssl_certdbpath, NULL )) < 0) {[all …]