summaryrefslogtreecommitdiffstats
path: root/crypto/o_time.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2014-02-19 18:02:04 +0000
committerBen Laurie <ben@links.org>2014-02-19 18:02:04 +0000
commitff49a944392985510c15f06a342af9d991b8f11f (patch)
tree719127bee85ea7822113e2abffeb6457c5d0fbb1 /crypto/o_time.c
parente91fb53b38a75953a693fadbc09177245bc7a05d (diff)
Move gmtime functions to crypto.h.
Diffstat (limited to 'crypto/o_time.c')
-rw-r--r--crypto/o_time.c2
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 && \