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,
 | 
						    unsigned char server_identifier,
 | 
				
			||||||
	    const char *password)
 | 
						    const char *password)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    MD5_CTX ctx;
 | 
					    EVP_MD_CTX ctx;
 | 
				
			||||||
    unsigned char md[MD5_DIGEST_LENGTH];
 | 
					    unsigned char md[MD5_DIGEST_LENGTH];
 | 
				
			||||||
    char *h;
 | 
					    char *h;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user