projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c5ce2
)
silence warning
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 11 May 2006 05:16:38 +0000
(
05:16
+0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 11 May 2006 05:16:38 +0000
(
05:16
+0000)
lib/sslgen.c
patch
|
blob
|
history
diff --git
a/lib/sslgen.c
b/lib/sslgen.c
index
f8f8ec6
..
6411315
100644
(file)
--- a/
lib/sslgen.c
+++ b/
lib/sslgen.c
@@
-568,6
+568,7
@@
int Curl_ssl_check_cxn(struct connectdata *conn)
#ifdef USE_SSLEAY
return Curl_ossl_check_cxn(conn);
#else
+ (void)conn;
/* TODO: we lack implementation of this for GnuTLS */
return -1; /* connection status unknown */
#endif /* USE_SSLEAY */