From 7d8ce865edf7af1329b506590717fc846c9becb6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 10 May 2004 11:40:51 +0000 Subject: [PATCH] Declare cs_set_ssl_certificate_file in non-ssl mode too --- src/tcpip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 1.7.10.4