diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_time.c')
-rw-r--r-- | src/lib/libcrypto/asn1/a_time.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/a_time.c b/src/lib/libcrypto/asn1/a_time.c index 7e3a578037..94e249960a 100644 --- a/src/lib/libcrypto/asn1/a_time.c +++ b/src/lib/libcrypto/asn1/a_time.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: a_time.c,v 1.20 2014/07/10 13:58:22 jsing Exp $ */ | 1 | /* $OpenBSD: a_time.c,v 1.21 2014/07/11 08:44:47 jsing Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -53,7 +53,6 @@ | |||
53 | * | 53 | * |
54 | */ | 54 | */ |
55 | 55 | ||
56 | |||
57 | /* This is an implementation of the ASN1 Time structure which is: | 56 | /* This is an implementation of the ASN1 Time structure which is: |
58 | * Time ::= CHOICE { | 57 | * Time ::= CHOICE { |
59 | * utcTime UTCTime, | 58 | * utcTime UTCTime, |
@@ -65,9 +64,10 @@ | |||
65 | #include <string.h> | 64 | #include <string.h> |
66 | #include <time.h> | 65 | #include <time.h> |
67 | 66 | ||
68 | #include "cryptlib.h" | ||
69 | #include "o_time.h" | ||
70 | #include <openssl/asn1t.h> | 67 | #include <openssl/asn1t.h> |
68 | #include <openssl/err.h> | ||
69 | |||
70 | #include "o_time.h" | ||
71 | 71 | ||
72 | IMPLEMENT_ASN1_MSTRING(ASN1_TIME, B_ASN1_TIME) | 72 | IMPLEMENT_ASN1_MSTRING(ASN1_TIME, B_ASN1_TIME) |
73 | 73 | ||