diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2014-02-19 21:06:13 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2014-02-19 21:06:13 +0100 |
commit | 84917787b5a3df5b9077a9b8bca38f7ed65dd7b5 (patch) | |
tree | 64f3d8c747aa92d90fe14f5039caee0deacc2dab /crypto/asn1 | |
parent | Move gmtime functions to crypto.h. (diff) | |
download | openssl-84917787b5a3df5b9077a9b8bca38f7ed65dd7b5.tar.xz openssl-84917787b5a3df5b9077a9b8bca38f7ed65dd7b5.zip |
Remove references to o_time.h
Diffstat (limited to 'crypto/asn1')
-rw-r--r-- | crypto/asn1/a_gentm.c | 1 | ||||
-rw-r--r-- | crypto/asn1/a_time.c | 1 | ||||
-rw-r--r-- | crypto/asn1/a_utctm.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/crypto/asn1/a_gentm.c b/crypto/asn1/a_gentm.c index 6450b6a0c0..1c66fcfee6 100644 --- a/crypto/asn1/a_gentm.c +++ b/crypto/asn1/a_gentm.c @@ -61,7 +61,6 @@ #include <stdio.h> #include <time.h> #include "cryptlib.h" -#include "o_time.h" #include <openssl/asn1.h> #include "asn1_locl.h" diff --git a/crypto/asn1/a_time.c b/crypto/asn1/a_time.c index e0d3d42d67..7036868fcc 100644 --- a/crypto/asn1/a_time.c +++ b/crypto/asn1/a_time.c @@ -64,7 +64,6 @@ #include <stdio.h> #include <time.h> #include "cryptlib.h" -#include "o_time.h" #include <openssl/asn1t.h> #include "asn1_locl.h" diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c index d0d7be62a3..2da5f255c6 100644 --- a/crypto/asn1/a_utctm.c +++ b/crypto/asn1/a_utctm.c @@ -59,7 +59,6 @@ #include <stdio.h> #include <time.h> #include "cryptlib.h" -#include "o_time.h" #include <openssl/asn1.h> #include "asn1_locl.h" |