summaryrefslogtreecommitdiff
path: root/lib/gnutls_kx.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_kx.c')
-rw-r--r--lib/gnutls_kx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_kx.c b/lib/gnutls_kx.c
index c28fc36a97..d39f1ed0c5 100644
--- a/lib/gnutls_kx.c
+++ b/lib/gnutls_kx.c
@@ -377,7 +377,9 @@ int _gnutls_recv_client_kx_message(int cd, GNUTLS_STATE state)
uint16 n_Y;
size_t _n_Y;
uint8 *data;
+#ifdef HARD_DEBUG
int i;
+#endif
int datasize;
int ret = 0;
uint8 *premaster = NULL;