commit | 9e4e01ee14f6d93d75eeaa6b77beae0e50e077b4 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Tue Sep 15 01:48:04 2015 -0400 |
committer | Adam Langley <agl@google.com> | Tue Sep 15 23:32:07 2015 +0000 |
tree | 87feb219e11372fa6bb39f373e82aa13a2e4108b | |
parent | 1ac08feed6e1539e9fb026bba318241684be204a [diff] [blame] |
Align the SSL stack on #include style. ssl.h should be first. Also two lines after includes and the rest of the file. Change-Id: Icb7586e00a3e64170082c96cf3f8bfbb2b7e1611 Reviewed-on: https://boringssl-review.googlesource.com/5892 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/ssl/d1_meth.c b/ssl/d1_meth.c index 859818f..d54a037 100644 --- a/ssl/d1_meth.c +++ b/ssl/d1_meth.c
@@ -55,6 +55,8 @@ * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com). */ +#include <openssl/ssl.h> + #include "internal.h"