From 62dc87f9ad8412dcf2a14bb00147dee88df83d70 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Feb 2014 14:33:27 +0100 Subject: [PATCH] Fix compilation wo libgcrypt --- src/tcpip.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tcpip.c b/src/tcpip.c index bc5c6ad..4c03281 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -682,9 +682,7 @@ int tcpip_connect(COMSTACK h, void *address) */ int tcpip_rcvconnect(COMSTACK h) { -#if HAVE_GNUTLS_H tcpip_state *sp = (tcpip_state *)h->cprivate; -#endif TRC(fprintf(stderr, "tcpip_rcvconnect\n")); if (h->state == CS_ST_DATAXFER) -- 1.7.10.4