From: Jean-Marc Pigeon (Delson) Date: Sun, 6 Apr 2025 23:24:09 +0000 (-0400) Subject: Able to detect crlf with openssl test X-Git-Tag: tag-0.7~27 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=ea5a12476808f1fc9d60230c088dd2a6c7aefb46;p=jmp%2Fmailleur Able to detect crlf with openssl test --- diff --git a/Makefile b/Makefile index ef637f5..4616842 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ xxx : @ clear @ openssl s_client \ -state \ + -crlf \ -key certs/localhost_key.pem \ -cert certs/localhost_cert.pem \ -CAfile certs/safe_CA.pem \ diff --git a/lib/gestcp.c b/lib/gestcp.c index 5531085..9fbfbd6 100644 --- a/lib/gestcp.c +++ b/lib/gestcp.c @@ -47,7 +47,7 @@ got=0; phase=0; proceed=true; while (proceed==true) { - //(void) rou_alert(0,"JMPDBG %s phase='%d'",OPEP,phase); + (void) rou_alert(0,"JMPDBG %s phase='%d'",OPEP,phase); switch (phase) { case 0 : //link still open? if (soc_receive(socptr)<0) { diff --git a/lib/subrou.c b/lib/subrou.c index f636383..0c217a5 100644 --- a/lib/subrou.c +++ b/lib/subrou.c @@ -21,7 +21,7 @@ //version definition #define VERSION "0.6" -#define RELEASE "47" +#define RELEASE "48" #define BRANCH "dvl" //Public variables