[dovecot-cvs] dovecot/src/lib-ntlm ntlm-encrypt.c,1.9,1.10

tss at dovecot.org tss at dovecot.org
Sun May 13 18:54:33 EEST 2007


Update of /var/lib/cvs/dovecot/src/lib-ntlm
In directory talvi:/tmp/cvs-serv18557

Modified Files:
	ntlm-encrypt.c 
Log Message:
cleanup



Index: ntlm-encrypt.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-ntlm/ntlm-encrypt.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ntlm-encrypt.c	16 Jun 2006 10:38:58 -0000	1.9
+++ ntlm-encrypt.c	13 May 2007 15:54:31 -0000	1.10
@@ -113,7 +113,7 @@
 		  unsigned char response[NTLMSSP_RESPONSE_SIZE])
 {
 	struct md5_context ctx;
-	unsigned char session_hash[16];
+	unsigned char session_hash[MD5_RESULTLEN];
 
 	md5_init(&ctx);
 	md5_update(&ctx, server_challenge, NTLMSSP_CHALLENGE_SIZE);



More information about the dovecot-cvs mailing list