X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcomstack.c;h=7ee51fe4234c00a4a1d6ec895179b47f5ec04914;hp=db7ea2acf68d06356064f488af02de178adf88a1;hb=e72e394106dd25d6a8a8c7c2fa677f40ef5e7eb6;hpb=a159d35487ce391123e8e82274fd2ee95055c3a6 diff --git a/src/comstack.c b/src/comstack.c index db7ea2a..7ee51fe 100644 --- a/src/comstack.c +++ b/src/comstack.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: comstack.c,v 1.6 2004-02-25 12:59:56 adam Exp $ + * $Id: comstack.c,v 1.7 2004-04-28 22:44:59 adam Exp $ */ #include @@ -74,6 +74,13 @@ COMSTACK cs_create_host(const char *type_and_host, int blocking, void **vp) COMSTACK cs; CS_TYPE t; + printf ( +#if HAVE_OPENSSL_SSL_H + "cs_create_host SSL\n" +#else + "cs_create_host\n" +#endif + ); if (strncmp (type_and_host, "tcp:", 4) == 0) { t = tcpip_type;