summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2014-05-24 10:12:01 +0000
committerjsing <>2014-05-24 10:12:01 +0000
commit4820b13e494be6533fce3b945e208585313265b2 (patch)
treee5652c23c582cbaf0d1fd759581653939f05de0d /src
parent769f240a1b7fd5885baae234f0c63255b93da7fa (diff)
downloadopenbsd-4820b13e494be6533fce3b945e208585313265b2.tar.gz
openbsd-4820b13e494be6533fce3b945e208585313265b2.tar.bz2
openbsd-4820b13e494be6533fce3b945e208585313265b2.zip
e_os2.h is not needed here.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/o_time.c2
-rw-r--r--src/lib/libssl/src/crypto/o_time.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/o_time.c b/src/lib/libcrypto/o_time.c
index 287aaae7ab..45bfce742e 100644
--- a/src/lib/libcrypto/o_time.c
+++ b/src/lib/libcrypto/o_time.c
@@ -59,8 +59,8 @@
59 * 59 *
60 */ 60 */
61 61
62#include <openssl/e_os2.h>
63#include <string.h> 62#include <string.h>
63
64#include "o_time.h" 64#include "o_time.h"
65 65
66/* Take a tm structure and add an offset to it. This avoids any OS issues 66/* Take a tm structure and add an offset to it. This avoids any OS issues
diff --git a/src/lib/libssl/src/crypto/o_time.c b/src/lib/libssl/src/crypto/o_time.c
index 287aaae7ab..45bfce742e 100644
--- a/src/lib/libssl/src/crypto/o_time.c
+++ b/src/lib/libssl/src/crypto/o_time.c
@@ -59,8 +59,8 @@
59 * 59 *
60 */ 60 */
61 61
62#include <openssl/e_os2.h>
63#include <string.h> 62#include <string.h>
63
64#include "o_time.h" 64#include "o_time.h"
65 65
66/* Take a tm structure and add an offset to it. This avoids any OS issues 66/* Take a tm structure and add an offset to it. This avoids any OS issues