git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6cebe
)
*** empty log message ***
author
Marcel Poul
<marcel.poul@cern.ch>
Thu, 16 Aug 2012 10:38:57 +0000
(10:38 +0000)
committer
Marcel Poul
<marcel.poul@cern.ch>
Thu, 16 Aug 2012 10:38:57 +0000
(10:38 +0000)
emi.canl.canl-c/src/canl_ocsp.c
patch
|
blob
|
blame
|
history
diff --git
a/emi.canl.canl-c/src/canl_ocsp.c
b/emi.canl.canl-c/src/canl_ocsp.c
index
5cc6836
..
31098af
100644
(file)
--- a/
emi.canl.canl-c/src/canl_ocsp.c
+++ b/
emi.canl.canl-c/src/canl_ocsp.c
@@
-577,6
+577,12
@@
end:
return resp;
}
+#ifdef OPENSSL_SYSNAME_WIN32
+#define openssl_fdset(a,b) FD_SET((unsigned int)a, b)
+#else
+#define openssl_fdset(a,b) FD_SET(a, b)
+#endif
+
#if SSLEAY_VERSION_NUMBER >= 0x0090808fL
/*TODO the timeout variable should be modified if TO is reached.
Somehow retur error codes! */