Disable debug output

This commit is contained in:
Karl-Heinz Zimmer 2002-06-24 21:01:18 +00:00
parent b24b335b3b
commit 969ceb2e6e

View File

@ -2328,10 +2328,10 @@ bool findCertificates( const char* addressee, char** certificates )
if( nFound )
strcat(*certificates,"\1" );
dn = xstrdup( s );
fprintf( stderr, "\n\n\nDN before reordering: \"%s\"\n", dn );
/*fprintf( stderr, "\n\n\nDN before reordering: \"%s\"\n", dn );*/
a = parse_dn( dn );
dn = reorder_dn( a );
fprintf( stderr, "\nDN after reordering: \"%s\"\n", dn );
/*fprintf( stderr, "\nDN after reordering: \"%s\"\n", dn );*/
strcat( *certificates, s );
strcat( *certificates, " (" );
strcat( *certificates, s2 );