[openssl.org #1516] [PATCH] apps/ocsp.c: Fix non-POSIX #include

2007-05-16 Thread Stephen Henson via RT
I've attempted to reuse the header files in s_client.c which have used similar select() functionality for quite a while. If this still doesn't work properly on all systems I'd suggest using something similar to s_client.c, s_server.c or speed.c Let me know of any problems.

Re: [openssl.org #1516] [PATCH] apps/ocsp.c: Fix non-POSIX #include

2007-05-16 Thread Victor B. Wagner
On 2007.05.16 at 14:20:45 +0200, Stephen Henson via RT wrote: I've attempted to reuse the header files in s_client.c which have used similar select() functionality for quite a while. If this still doesn't work properly on all systems I'd suggest using something similar to s_client.c,

[openssl.org #1516] [PATCH] apps/ocsp.c: Fix non-POSIX #include

2007-03-29 Thread Corinna Vinschen via RT
Hi, building apps/ocsp.c fails on Cygwin like this: gcc [...] -c -o ocsp.o ocsp.c ocsp.c: In function `query_responder': ocsp.c:1262: error: storage size of 'tv' isn't known ocsp.c:1290: warning: implicit declaration of function `select' ocsp.c:1262: warning: unused variable `tv'