oops, revert invalid change
This commit is contained in:
parent
e9be051f3a
commit
6f678c4081
10
ssl/dtls1.h
10
ssl/dtls1.h
@ -57,8 +57,14 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HEADER_DTLS1_H
|
#ifndef HEADER_DTLS1_H
|
||||||
#define 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/buffer.h>
|
||||||
#include <openssl/pqueue.h>
|
#include <openssl/pqueue.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user