From 8a8839b316741620713a19710e06bacb9d36b3ef Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Wed, 2 Jul 2025 20:42:19 -0400 Subject: [PATCH] Diisplaying the local md5 in hexa --- lib/lvleml.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/lvleml.c b/lib/lvleml.c index 1f6ef6c..5c02d4b 100644 --- a/lib/lvleml.c +++ b/lib/lvleml.c @@ -412,9 +412,18 @@ while (proceed==true) { break; case 2 : { //comparing hmac char *local; + char hexa[100]; local=cnv_hashmd5(usr->passwd,(unsigned char *)seq); - (void) rou_alert(0,"JMPDBG local=<%s>",local); + (void) strcat(hexa,""); + for (int i=0;i hexa",hexa); (void) rou_alert(0,"JMPDBG remote=<%s>",code); local=rou_freestr(local); usr=sql_freeusr(usr); -- 2.47.3