oops, revert invalid change

This commit is contained in:
Dr. Stephen Henson 2010-11-24 14:03:25 +00:00
parent e9be051f3a
commit 6f678c4081

View File

@ -57,8 +57,14 @@
*
*/
#ifndef HEADER_DTLS1_H
#define HEADER_DTLS1_H
#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>