From deae1f4071126683bcf05c155285a1c61c8bd48d Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Fri, 18 Jul 2025 14:48:06 -0400 Subject: [PATCH] Adjusting debug on load_certs (unitls.c) --- Makefile | 2 +- lib/unitls.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52a8d54..ad8ad87 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ tlsref: -cert certs/localhost-cert.pem \ -key certs/localhost-key.pem \ -starttls smtp \ - -connect tar1.osukiss.org:25 + -connect $(TESTSRV):$(TESTPORT) # -connect mx2.free.fr:25 # -connect mailprod1.safe.ca:587 diff --git a/lib/unitls.c b/lib/unitls.c index 81e687b..8077b7b 100644 --- a/lib/unitls.c +++ b/lib/unitls.c @@ -251,7 +251,7 @@ mode=SSL_VERIFY_NONE; phase=0; proceed=true; while (proceed==true) { - //(void) rou_alert(7,"%s JMPDBG phase='%d'",OPEP,phase); + (void) rou_alert(0,"%s JMPDBG phase='%d'",OPEP,phase); switch (phase) { case 0 : //loading certificate names for (int i=0;i<(sizeof(cenv)/sizeof(char *));i++) { -- 2.47.3