diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-24 10:12:02 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-24 10:12:02 +0000 |
commit | 43c651d7a2ddd24e30c8b16ac04027dcaac3141b (patch) | |
tree | 90f667be66900429184c6972920715b8997b2ebb /lib | |
parent | 49d50ec424f97b9e1bcfc87225bf71ab612ad144 (diff) |
e_os2.h is not needed here.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/crypto/o_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |