Skip to content

Commit

Permalink
Turn off debugging output now that we have the tinderboxen working co…
Browse files Browse the repository at this point in the history
…rrectly.
  • Loading branch information
relyea%netscape.com committed Feb 13, 2003
1 parent e352e2a commit f9dd52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/nss/lib/freebl/shvfy.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* shvfy.c - routines to verify signature on a shared library.
*
* $Id: shvfy.c,v 1.2 2003/02/07 19:22:42 relyea%netscape.com Exp $
* $Id: shvfy.c,v 1.3 2003/02/13 17:41:45 relyea%netscape.com Exp $
*/

#include "shsign.h"
Expand All @@ -50,7 +50,7 @@ freebl_GetLibraryFilePathname(const char *name, PRFuncPtr addr);
#define freebl_GetLibraryFilePathname NSPR_GetLibraryFilePathname
#endif

#define DEBUG_SHVERIFY 1
/* #define DEBUG_SHVERIFY 1 */

static char *
mkCheckFileName(const char *libName)
Expand Down

0 comments on commit f9dd52a

Please sign in to comment.