fix warnings/inconsistencies caused by the recent changes to the

ciphersuite selection code in HEAD

Submitted by: Victor Duchovni
This commit is contained in:
Bodo Möller
2007-02-19 14:53:18 +00:00
parent ccae144d62
commit 7e69565fe6
5 changed files with 11 additions and 7 deletions

View File

@@ -1828,7 +1828,7 @@ int ssl3_send_client_key_exchange(SSL *s)
#ifdef KSSL_DEBUG
printf("ssl3_send_client_key_exchange(%lx & %lx)\n",
l, SSL_kKRB5);
alg_k, SSL_kKRB5);
#endif /* KSSL_DEBUG */
authp = NULL;