summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-05-24 10:12:01 +0000
committerjsing <jsing@openbsd.org>2014-05-24 10:12:01 +0000
commit5425d421ea1ee3b46e259e782653ceec7f983d0d (patch)
tree44345aaec6905226a62022b1311ce9449bee466a
parentSupport for newer run(4) hardware ported from FreeBSD's run(4) driver. (diff)
downloadwireguard-openbsd-5425d421ea1ee3b46e259e782653ceec7f983d0d.tar.xz
wireguard-openbsd-5425d421ea1ee3b46e259e782653ceec7f983d0d.zip
e_os2.h is not needed here.
-rw-r--r--lib/libcrypto/o_time.c2
-rw-r--r--lib/libssl/src/crypto/o_time.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/o_time.c b/lib/libcrypto/o_time.c
index 287aaae7ab9..45bfce742e6 100644
--- a/lib/libcrypto/o_time.c
+++ b/lib/libcrypto/o_time.c
@@ -59,8 +59,8 @@
*
*/
-#include <openssl/e_os2.h>
#include <string.h>
+
#include "o_time.h"
/* Take a tm structure and add an offset to it. This avoids any OS issues
diff --git a/lib/libssl/src/crypto/o_time.c b/lib/libssl/src/crypto/o_time.c
index 287aaae7ab9..45bfce742e6 100644
--- a/lib/libssl/src/crypto/o_time.c
+++ b/lib/libssl/src/crypto/o_time.c
@@ -59,8 +59,8 @@
*
*/
-#include <openssl/e_os2.h>
#include <string.h>
+
#include "o_time.h"
/* Take a tm structure and add an offset to it. This avoids any OS issues