fix compile warning

This commit is contained in:
Love Hornquist Astrand
2009-08-17 18:06:31 +02:00
parent fc702a97f5
commit 3560c4ed25

View File

@@ -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;