Commit 5871ddb0 authored by Richard Levitte's avatar Richard Levitte
Browse files

Because DEC C - sorry, HP C - is picky about features, we need to

define _XOPEN_SOURCE_EXTENDED to reach fd_set and timeval types and
functionality.
parent c7ba2149
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -57,6 +57,9 @@
 */
#ifndef OPENSSL_NO_OCSP

#define _XOPEN_SOURCE_EXTENDED	/* So fd_set and friends get properly defined
				   on OpenVMS */

#include <stdio.h>
#include <stdlib.h>
#include <string.h>