fix compile warning
This commit is contained in:
@@ -225,7 +225,7 @@ client_chap(const void *server_nonce, size_t snoncelen,
|
||||
unsigned char server_identifier,
|
||||
const char *password)
|
||||
{
|
||||
MD5_CTX ctx;
|
||||
EVP_MD_CTX ctx;
|
||||
unsigned char md[MD5_DIGEST_LENGTH];
|
||||
char *h;
|
||||
|
||||
|
Reference in New Issue
Block a user