Fix Kerberos warnings with VC++.

This commit is contained in:
Dr. Stephen Henson
2002-03-12 19:38:16 +00:00
parent c03ceadfbd
commit e38e8b29f8
2 changed files with 14 additions and 5 deletions

View File

@@ -1574,7 +1574,7 @@ static int ssl3_get_client_key_exchange(SSL *s)
enc_pms.data = (char *)p;
p+=enc_pms.length;
if ((unsigned long)n != enc_ticket.length + authenticator.length +
if (n != enc_ticket.length + authenticator.length +
enc_pms.length + 6)
{
SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,