diff options
author | jsing <> | 2014-05-24 10:12:01 +0000 |
---|---|---|
committer | jsing <> | 2014-05-24 10:12:01 +0000 |
commit | 4820b13e494be6533fce3b945e208585313265b2 (patch) | |
tree | e5652c23c582cbaf0d1fd759581653939f05de0d /src | |
parent | 769f240a1b7fd5885baae234f0c63255b93da7fa (diff) | |
download | openbsd-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.c | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/o_time.c | 2 |
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 |