diff options
author | Ben Laurie <ben@links.org> | 2014-02-19 19:02:04 +0100 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2014-02-19 19:02:04 +0100 |
commit | ff49a944392985510c15f06a342af9d991b8f11f (patch) | |
tree | 719127bee85ea7822113e2abffeb6457c5d0fbb1 /crypto/o_time.c | |
parent | Make i2r_sctlist static. (diff) | |
download | openssl-ff49a944392985510c15f06a342af9d991b8f11f.tar.xz openssl-ff49a944392985510c15f06a342af9d991b8f11f.zip |
Move gmtime functions to crypto.h.
Diffstat (limited to 'crypto/o_time.c')
-rw-r--r-- | crypto/o_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/o_time.c b/crypto/o_time.c index b78f5ca630..867ca5ec6e 100644 --- a/crypto/o_time.c +++ b/crypto/o_time.c @@ -61,7 +61,7 @@ #include <openssl/e_os2.h> #include <string.h> -#include "o_time.h" +#include "crypto.h" #ifdef OPENSSL_SYS_VMS # if __CRTL_VER >= 70000000 && \ |