From d0d3b90226334458e8c9000e6dfafb8a5e95187f Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Thu, 7 May 2026 18:34:38 +0300 Subject: [PATCH] Fix $1$ crypt --- src/3proxy_crypt.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/3proxy_crypt.c b/src/3proxy_crypt.c index 7ddf28e..69ca4c6 100644 --- a/src/3proxy_crypt.c +++ b/src/3proxy_crypt.c @@ -162,10 +162,6 @@ unsigned char * mycrypt(const unsigned char *pw, const unsigned char *salt, unsi EVP_DigestFinal_ex(ctx1,final,&len); EVP_MD_CTX_free(ctx1); } - - - /* Don't leave anything around in vm they could use. */ - memset(final,0,sizeof final); } else #endif