diff options
| author | jsing <> | 2021-05-16 14:10:43 +0000 |
|---|---|---|
| committer | jsing <> | 2021-05-16 14:10:43 +0000 |
| commit | 1092b11f3cc2b89ff8b43d1ab3d0ceda6218da96 (patch) | |
| tree | 8bdf19b574c605a50b142d3dbfbfb0ab0d7c8530 /src/lib/libssl/t1_lib.c | |
| parent | 6549a63a42afd133dad2229ed5e3a15f9cff92f3 (diff) | |
| download | openbsd-1092b11f3cc2b89ff8b43d1ab3d0ceda6218da96.tar.gz openbsd-1092b11f3cc2b89ff8b43d1ab3d0ceda6218da96.tar.bz2 openbsd-1092b11f3cc2b89ff8b43d1ab3d0ceda6218da96.zip | |
Make local header inclusion consistent.
Consistently include local headers in the same location, using the same
grouping/sorting across all files.
Diffstat (limited to 'src/lib/libssl/t1_lib.c')
| -rw-r--r-- | src/lib/libssl/t1_lib.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/t1_lib.c b/src/lib/libssl/t1_lib.c index 7c9aba90d0..78ac1f5acc 100644 --- a/src/lib/libssl/t1_lib.c +++ b/src/lib/libssl/t1_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: t1_lib.c,v 1.179 2020/12/05 19:33:38 tb Exp $ */ | 1 | /* $OpenBSD: t1_lib.c,v 1.180 2021/05/16 14:10:43 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -116,9 +116,8 @@ | |||
| 116 | #include <openssl/objects.h> | 116 | #include <openssl/objects.h> |
| 117 | #include <openssl/ocsp.h> | 117 | #include <openssl/ocsp.h> |
| 118 | 118 | ||
| 119 | #include "ssl_locl.h" | ||
| 120 | |||
| 121 | #include "bytestring.h" | 119 | #include "bytestring.h" |
| 120 | #include "ssl_locl.h" | ||
| 122 | #include "ssl_sigalgs.h" | 121 | #include "ssl_sigalgs.h" |
| 123 | #include "ssl_tlsext.h" | 122 | #include "ssl_tlsext.h" |
| 124 | 123 | ||
