projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b2549
)
Declare cs_set_ssl_certificate_file in non-ssl mode too
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 May 2004 11:40:51 +0000
(11:40 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 May 2004 11:40:51 +0000
(11:40 +0000)
src/tcpip.c
patch
|
blob
|
history
diff --git
a/src/tcpip.c
b/src/tcpip.c
index
7a9e791
..
689b0d5
100644
(file)
--- 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 <stdio.h>
@@
-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;
}