fix warnings/inconsistencies caused by the recent changes to the
ciphersuite selection code in HEAD Submitted by: Victor Duchovni
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user