oops, revert invalid change
This commit is contained in:
parent
e9be051f3a
commit
6f678c4081
@ -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…
x
Reference in New Issue
Block a user