From: Adam Dickmeiss Date: Thu, 29 Apr 2004 08:54:56 +0000 (+0000) Subject: Get rid of SSL check code X-Git-Tag: YAZ.2.0.20~25 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=f5c26a76213127c130098547cbd361a4db11dd7e;p=yaz-moved-to-github.git Get rid of SSL check code --- diff --git a/zoom/zoomsh.c b/zoom/zoomsh.c index 74cb313..be86ef6 100644 --- a/zoom/zoomsh.c +++ b/zoom/zoomsh.c @@ -2,7 +2,7 @@ * Copyright (c) 2002-2004, Index Data. * See the file LICENSE for details. * - * $Id: zoomsh.c,v 1.28 2004-04-28 22:45:00 adam Exp $ + * $Id: zoomsh.c,v 1.29 2004-04-29 08:54:56 adam Exp $ */ /* ZOOM-C Shell */ @@ -30,13 +30,6 @@ #define MAX_CON 100 -#if 0 -static void dummy() -{ - cs_get_ssl(0); -} -#endif - static int next_token (const char **cpp, const char **t_start) { int len = 0; @@ -556,12 +549,6 @@ int main (int argc, char **argv) ZOOM_connection z39_con[MAX_CON]; ZOOM_resultset z39_res[MAX_CON]; - if (0) - { - COMSTACK cs = 0; - cs_get_ssl(cs); - cs_create_host(0, 0, 0); - } nmem_init(); for (i = 0; i