diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_time_tm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/a_time_tm.c b/src/lib/libcrypto/asn1/a_time_tm.c index 81a92ad6d8..ba75173653 100644 --- a/src/lib/libcrypto/asn1/a_time_tm.c +++ b/src/lib/libcrypto/asn1/a_time_tm.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: a_time_tm.c,v 1.3 2015/10/05 06:13:58 jsing Exp $ */ | 1 | /* $OpenBSD: a_time_tm.c,v 1.4 2015/10/06 12:54:24 bcook Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2015 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2015 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -15,11 +15,11 @@ | |||
| 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include <ctype.h> | ||
| 19 | #include <limits.h> | ||
| 18 | #include <stdio.h> | 20 | #include <stdio.h> |
| 19 | #include <string.h> | 21 | #include <string.h> |
| 20 | #include <time.h> | 22 | #include <time.h> |
| 21 | #include <ctype.h> | ||
| 22 | #include <sys/limits.h> | ||
| 23 | 23 | ||
| 24 | #include <openssl/asn1t.h> | 24 | #include <openssl/asn1t.h> |
| 25 | #include <openssl/err.h> | 25 | #include <openssl/err.h> |
