mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 13:30:12 +08:00
Fix $1$ crypt
This commit is contained in:
parent
7a139e59a5
commit
d0d3b90226
@ -162,10 +162,6 @@ unsigned char * mycrypt(const unsigned char *pw, const unsigned char *salt, unsi
|
|||||||
EVP_DigestFinal_ex(ctx1,final,&len);
|
EVP_DigestFinal_ex(ctx1,final,&len);
|
||||||
EVP_MD_CTX_free(ctx1);
|
EVP_MD_CTX_free(ctx1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Don't leave anything around in vm they could use. */
|
|
||||||
memset(final,0,sizeof final);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user