fix warnings/inconsistencies caused by the recent changes to the
ciphersuite selection code in HEAD

Submitted by: Victor Duchovni
diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c
index 2a19ec4..980dd79 100644
--- a/ssl/s3_clnt.c
+++ b/ssl/s3_clnt.c
@@ -1828,7 +1828,7 @@
 
 #ifdef KSSL_DEBUG
 			printf("ssl3_send_client_key_exchange(%lx & %lx)\n",
-				l, SSL_kKRB5);
+				alg_k, SSL_kKRB5);
 #endif	/* KSSL_DEBUG */
 
 			authp = NULL;