commit | 7e69565fe680b8bf244a076f0b069f8937b6c7b8 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Mon Feb 19 14:53:18 2007 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Mon Feb 19 14:53:18 2007 +0000 |
tree | c5197f34a67e9764d44eff6407789d6847b9e832 | |
parent | ccae144d62e8de651d7398d27a3a56e6402ea892 [diff] [blame] |
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;