From: Adam Dickmeiss Date: Mon, 10 May 2004 11:40:51 +0000 (+0000) Subject: Declare cs_set_ssl_certificate_file in non-ssl mode too X-Git-Tag: YAZ.2.0.20~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7d8ce865edf7af1329b506590717fc846c9becb6 Declare cs_set_ssl_certificate_file in non-ssl mode too --- diff --git a/src/tcpip.c b/src/tcpip.c index 7a9e791..689b0d5 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: tcpip.c,v 1.8 2004-05-10 10:47:04 adam Exp $ + * $Id: tcpip.c,v 1.9 2004-05-10 11:40:51 adam Exp $ */ #include @@ -1179,7 +1179,7 @@ int cs_get_peer_certificate_x509(COMSTACK cs, char **buf, int *len) return 0; } -int cs_set_ssl_certf(COMSTACK cs, const char *fname) +int cs_set_ssl_certificate_file(COMSTACK cs, const char *fname) { return 0; }