[openssl-dev] [openssl.org #4457] apps/apps.c and apps/ocsp.c needs for fd_set

2016-05-31 Thread Richard Levitte via RT
On Tue May 31 18:26:56 2016, rs...@akamai.com wrote: > Since it 'just works' for now, maybe remove the 1.1 milestone? > I agree. Making it post-1.1.0 -- Richard Levitte levi...@openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4457 Please log in as guest with password

Re: [openssl-dev] [openssl.org #4457] apps/apps.c and apps/ocsp.c needs for fd_set

2016-05-31 Thread Salz, Rich via RT
Since it 'just works' for now, maybe remove the 1.1 milestone? -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4457 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4457] apps/apps.c and apps/ocsp.c needs for fd_set

2016-05-31 Thread Richard Levitte via RT
On Tue May 31 18:04:39 2016, rsalz wrote: > Is this *literally* a Fedora 1 machine? If so, then I'm inclined to > close this > as it went end-of-life more than 12 years ago. On the other hand, according to The Open Group, sys/select.h should be included to get select() and all things belonging

[openssl-dev] [openssl.org #4457] apps/apps.c and apps/ocsp.c needs for fd_set

2016-05-31 Thread Rich Salz via RT
Is this *literally* a Fedora 1 machine? If so, then I'm inclined to close this as it went end-of-life more than 12 years ago. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4457 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe:

[openssl-dev] [openssl.org #4457] apps/apps.c and apps/ocsp.c needs for fd_set

2016-03-20 Thread noloa...@gmail.com via RT
This is the old Fedora 1 machine again... apps/apps.c and apps/ocsp.c failed to compile because fd_set was not known to the compiler. fd_set is defined in . Also see http://pubs.opengroup.org/onlinepubs/009696899/basedefs/sys/select.h.html. According to the Open Group, timeval is also defined