diff options
author | jsing <> | 2014-11-16 14:12:47 +0000 |
---|---|---|
committer | jsing <> | 2014-11-16 14:12:47 +0000 |
commit | d6b346577efe94c30d6ba08ca7f8feae71688a3c (patch) | |
tree | 04d418c3104bff49ee7d27e26e24c2cb5fd85474 /src/lib/libssl/ssl_algs.c | |
parent | 00ff8dba92ed1b03a8b2b502f1c8509ee150189d (diff) | |
download | openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.tar.gz openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.tar.bz2 openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.zip |
Sort and group includes.
Diffstat (limited to 'src/lib/libssl/ssl_algs.c')
-rw-r--r-- | src/lib/libssl/ssl_algs.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_algs.c b/src/lib/libssl/ssl_algs.c index ce051252f6..842d50a762 100644 --- a/src/lib/libssl/ssl_algs.c +++ b/src/lib/libssl/ssl_algs.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_algs.c,v 1.19 2014/07/10 08:51:15 tedu Exp $ */ | 1 | /* $OpenBSD: ssl_algs.c,v 1.20 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 | * |
@@ -57,8 +57,10 @@ | |||
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include <openssl/objects.h> | 60 | |
61 | #include <openssl/lhash.h> | 61 | #include <openssl/lhash.h> |
62 | #include <openssl/objects.h> | ||
63 | |||
62 | #include "ssl_locl.h" | 64 | #include "ssl_locl.h" |
63 | 65 | ||
64 | int | 66 | int |