diff options
| author | jsing <> | 2014-11-16 14:12:47 +0000 |
|---|---|---|
| committer | jsing <> | 2014-11-16 14:12:47 +0000 |
| commit | dc16671f7b6b2455ac1577a735b7ef0a5d6bdacf (patch) | |
| tree | 04d418c3104bff49ee7d27e26e24c2cb5fd85474 /src/lib/libssl/s3_clnt.c | |
| parent | 813e05067c1117845b5dd361512d5c36f5e7058c (diff) | |
| download | openbsd-dc16671f7b6b2455ac1577a735b7ef0a5d6bdacf.tar.gz openbsd-dc16671f7b6b2455ac1577a735b7ef0a5d6bdacf.tar.bz2 openbsd-dc16671f7b6b2455ac1577a735b7ef0a5d6bdacf.zip | |
Sort and group includes.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/s3_clnt.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/lib/libssl/s3_clnt.c b/src/lib/libssl/s3_clnt.c index 179e9400d4..4c086bae83 100644 --- a/src/lib/libssl/s3_clnt.c +++ b/src/lib/libssl/s3_clnt.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: s3_clnt.c,v 1.92 2014/10/18 16:13:16 jsing Exp $ */ | 1 | /* $OpenBSD: s3_clnt.c,v 1.93 2014/11/16 14:12:47 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 | * |
| @@ -149,13 +149,16 @@ | |||
| 149 | */ | 149 | */ |
| 150 | 150 | ||
| 151 | #include <stdio.h> | 151 | #include <stdio.h> |
| 152 | |||
| 152 | #include "ssl_locl.h" | 153 | #include "ssl_locl.h" |
| 154 | |||
| 155 | #include <openssl/bn.h> | ||
| 153 | #include <openssl/buffer.h> | 156 | #include <openssl/buffer.h> |
| 154 | #include <openssl/objects.h> | 157 | #include <openssl/dh.h> |
| 155 | #include <openssl/evp.h> | 158 | #include <openssl/evp.h> |
| 156 | #include <openssl/md5.h> | 159 | #include <openssl/md5.h> |
| 157 | #include <openssl/dh.h> | 160 | #include <openssl/objects.h> |
| 158 | #include <openssl/bn.h> | 161 | |
| 159 | #ifndef OPENSSL_NO_ENGINE | 162 | #ifndef OPENSSL_NO_ENGINE |
| 160 | #include <openssl/engine.h> | 163 | #include <openssl/engine.h> |
| 161 | #endif | 164 | #endif |
