From 3560c4ed25017f54b883aed9b85d758312a21a91 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 17 Aug 2009 18:06:31 +0200 Subject: [PATCH] fix compile warning --- kuser/kdigest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuser/kdigest.c b/kuser/kdigest.c index 8fea4592c..2ed7bcbcf 100644 --- a/kuser/kdigest.c +++ b/kuser/kdigest.c @@ -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;