From ea5a12476808f1fc9d60230c088dd2a6c7aefb46 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sun, 6 Apr 2025 19:24:09 -0400 Subject: [PATCH] Able to detect crlf with openssl test --- Makefile | 1 + lib/gestcp.c | 2 +- lib/subrou.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3