X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftcpip.c;h=689b0d561add3a302696e790ae1dde20db7dc800;hb=b55ea70d15d3ffaa247cc30db0e6b8dcc4d6ac7c;hp=dae6c778c81b64c30c327087e79072823ec073f2;hpb=e12cd77c1050b5722c19f9e6d312c99e14565efe;p=yaz-moved-to-github.git diff --git a/src/tcpip.c b/src/tcpip.c index dae6c77..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.7 2004-05-03 09:00:50 adam Exp $ + * $Id: tcpip.c,v 1.9 2004-05-10 11:40:51 adam Exp $ */ #include @@ -1131,7 +1131,7 @@ void *cs_get_ssl(COMSTACK cs) return sp->ssl; } -int cs_set_ssl_certf(COMSTACK cs, const char *fname) +int cs_set_ssl_certificate_file(COMSTACK cs, const char *fname) { struct tcpip_state *sp; if (!cs || cs->type != ssl_type) @@ -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; }