From f6dc5e1d169111d6443ef376553dfa0a1df1a5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 6 Feb 2014 10:14:25 +0100 Subject: [PATCH] Remove temporary debug code --- library/ssl_srv.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/ssl_srv.c b/library/ssl_srv.c index 5acb64b96..e045fdc98 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c @@ -2616,10 +2616,6 @@ static int ssl_parse_client_key_exchange( ssl_context *ssl ) SSL_DEBUG_ECP( 3, "ECDH: Qp ", &ssl->handshake->ecdh_ctx.Qp ); - SSL_DEBUG_MSG( 0, ( "ECDH: id %d", ssl->handshake->ecdh_ctx.grp.id ) ); - SSL_DEBUG_ECP( 0, "ECDH: Q ", &ssl->handshake->ecdh_ctx.Q ); - SSL_DEBUG_MPI( 0, "ECDH: d ", &ssl->handshake->ecdh_ctx.d ); - if( ( ret = ecdh_calc_secret( &ssl->handshake->ecdh_ctx, &ssl->handshake->pmslen, ssl->handshake->premaster,