Fix compilation wo libgcrypt
[yaz-moved-to-github.git] / src / tcpip.c
index bc5c6ad..4c03281 100644 (file)
@@ -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)