diff options
| author | bcook <> | 2015-10-06 12:54:24 +0000 |
|---|---|---|
| committer | bcook <> | 2015-10-06 12:54:24 +0000 |
| commit | 0f588856c827184ae4c6297ba72aa33a1aa75e88 (patch) | |
| tree | b5c2383dedde42a23db8823304f3cec6d163558c /src | |
| parent | 54236a77e9c34f172ce537c343e6357fad2e05cf (diff) | |
| download | openbsd-0f588856c827184ae4c6297ba72aa33a1aa75e88.tar.gz openbsd-0f588856c827184ae4c6297ba72aa33a1aa75e88.tar.bz2 openbsd-0f588856c827184ae4c6297ba72aa33a1aa75e88.zip | |
prefer limits.h over sys/limits.h
ok deraadt@
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_time_tm.c | 6 | ||||
| -rw-r--r-- | src/lib/libssl/src/crypto/asn1/a_time_tm.c | 6 |
2 files changed, 6 insertions, 6 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> |
diff --git a/src/lib/libssl/src/crypto/asn1/a_time_tm.c b/src/lib/libssl/src/crypto/asn1/a_time_tm.c index 81a92ad6d8..ba75173653 100644 --- a/src/lib/libssl/src/crypto/asn1/a_time_tm.c +++ b/src/lib/libssl/src/crypto/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> |
