]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/tls.c
moved rdn parsing in a dedicated routine, ldap_str2rdn(), that can be used directly...
[openldap] / libraries / libldap / tls.c
index aa286aeea1dba7eedcab4e2f8ac76caed5475455..4cfd6a93dd77d0516f3ae162a924599e9ed3de4e 100644 (file)
@@ -168,7 +168,7 @@ ldap_pvt_tls_init_def_ctx( void )
                        calist = get_ca_list( tls_opt_cacertfile, tls_opt_cacertdir );
                        if ( !calist ) {
                                Debug( LDAP_DEBUG_ANY, "TLS: "
-                                       could not load client CA list (file:`%s',dir:`%s').\n",
+                                       "could not load client CA list (file:`%s',dir:`%s').\n",
                                        tls_opt_cacertfile ? tls_opt_cacertfile : "",
                                        tls_opt_cacertdir ? tls_opt_cacertdir : "",
                                        0 );