Loading ssl/dtls1.h +8 −2 Original line number Diff line number Diff line Loading @@ -60,6 +60,12 @@ #ifndef HEADER_DTLS1_H #define HEADER_DTLS1_H /* Unless _XOPEN_SOURCE_EXTENDED is defined, struct timeval will not be properly defined with DEC C, at least on VMS */ #if defined(__DECC) || defined(__DECCXX) #define _XOPEN_SOURCE_EXTENDED #endif #include <openssl/buffer.h> #include <openssl/pqueue.h> #ifdef OPENSSL_SYS_VMS Loading Loading
ssl/dtls1.h +8 −2 Original line number Diff line number Diff line Loading @@ -60,6 +60,12 @@ #ifndef HEADER_DTLS1_H #define HEADER_DTLS1_H /* Unless _XOPEN_SOURCE_EXTENDED is defined, struct timeval will not be properly defined with DEC C, at least on VMS */ #if defined(__DECC) || defined(__DECCXX) #define _XOPEN_SOURCE_EXTENDED #endif #include <openssl/buffer.h> #include <openssl/pqueue.h> #ifdef OPENSSL_SYS_VMS Loading