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:
72da88c
)
Fixed #if ENABLE_SSL for ssl_check_error
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Jun 2008 18:16:47 +0000
(20:16 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 11 Jun 2008 18:16:47 +0000
(20:16 +0200)
src/tcpip.c
patch
|
blob
|
history
diff --git
a/src/tcpip.c
b/src/tcpip.c
index
6cb4bbe
..
8781cca
100644
(file)
--- a/
src/tcpip.c
+++ b/
src/tcpip.c
@@
-264,7
+264,7
@@
COMSTACK ssl_type(int s, int flags, int protocol, void *vp)
#endif
}
-#if !ENABLE_SSL
+#if ENABLE_SSL
static int ssl_check_error(COMSTACK h, tcpip_state *sp, int res)
{
#if HAVE_OPENSSL_SSL_H