X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Funix.c;h=bd6ce7c6a8aefdf84d647fffc8698217a35a9ca0;hp=8a600655a896d457cb743f4e7babb41a473d9df8;hb=69758252fce6231073cb288a4f5bbf8f7febc249;hpb=c58035e31f65574542f72955007b1935c3669186 diff --git a/src/unix.c b/src/unix.c index 8a60065..bd6ce7c 100644 --- a/src/unix.c +++ b/src/unix.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: unix.c,v 1.3 2003-12-30 00:29:53 adam Exp $ + * $Id: unix.c,v 1.4 2004-04-29 21:19:23 adam Exp $ * UNIX socket COMSTACK. By Morten Bøgeskov. */ #ifndef WIN32 @@ -343,9 +343,6 @@ static int unix_rcvconnect(COMSTACK h) return 0; } -#define CERTF "ztest.pem" -#define KEYF "ztest.pem" - static int unix_bind(COMSTACK h, void *address, int mode) { unix_state *sp = (unix_state *)h->cprivate;