Searched refs:certdir (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_m.c1494 * this function examines the given certdir - if it looks like
1499 tlsm_get_certdb_prefix( const char *certdir, char **realcertdir, char **prefix ) argument
1506 *realcertdir = (char *)certdir; /* default is the one passed in */
1508 /* if certdir is not given, just return */
1509 if ( !certdir ) {
1513 prc = PR_GetFileInfo( certdir, &prfi );
1514 /* if certdir exists (file or directory) then it cannot specify a prefix */
1519 /* if certdir was given, and there is a '/' in certdir, see if there
1521 if ( ( ( ptr = strrchr( certdir, se
[all...]

Completed in 402 milliseconds