summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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