diff options
| author | jsing <> | 2014-05-05 16:19:23 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-05 16:19:23 +0000 |
| commit | dd76b70ee540a90047b18c07bee53ce49d9b7d20 (patch) | |
| tree | e81dee7c9ad361d004d639d154384ead0e67cff5 /src/lib/libcrypto/bio/b_dump.c | |
| parent | c3d2d077591336ef820c061e12af286096a2860e (diff) | |
| download | openbsd-dd76b70ee540a90047b18c07bee53ce49d9b7d20.tar.gz openbsd-dd76b70ee540a90047b18c07bee53ce49d9b7d20.tar.bz2 openbsd-dd76b70ee540a90047b18c07bee53ce49d9b7d20.zip | |
Sort and group includes.
Diffstat (limited to 'src/lib/libcrypto/bio/b_dump.c')
| -rw-r--r-- | src/lib/libcrypto/bio/b_dump.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bio/b_dump.c b/src/lib/libcrypto/bio/b_dump.c index 740686c957..65238299f2 100644 --- a/src/lib/libcrypto/bio/b_dump.c +++ b/src/lib/libcrypto/bio/b_dump.c | |||
| @@ -61,9 +61,11 @@ | |||
| 61 | */ | 61 | */ |
| 62 | 62 | ||
| 63 | #include <stdio.h> | 63 | #include <stdio.h> |
| 64 | #include "cryptlib.h" | 64 | |
| 65 | #include <openssl/bio.h> | 65 | #include <openssl/bio.h> |
| 66 | 66 | ||
| 67 | #include "cryptlib.h" | ||
| 68 | |||
| 67 | #define TRUNCATE | 69 | #define TRUNCATE |
| 68 | #define DUMP_WIDTH 16 | 70 | #define DUMP_WIDTH 16 |
| 69 | #define DUMP_WIDTH_LESS_INDENT(i) (DUMP_WIDTH - ((i - (i > 6 ? 6 : i) + 3) / 4)) | 71 | #define DUMP_WIDTH_LESS_INDENT(i) (DUMP_WIDTH - ((i - (i > 6 ? 6 : i) + 3) / 4)) |
