diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-11-16 14:12:48 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-11-16 14:12:48 +0000 |
commit | 19d77e69b7ab92bed5e96f9b8a92b30aac750e47 (patch) | |
tree | b3d70c3ef9296f1a9ab90aaa99e64ea79b8201fb /lib/libssl/ssl_txt.c | |
parent | 0c91d12c143c2f5d42e30144bf144fd14fb1c431 (diff) |
Sort and group includes.
Diffstat (limited to 'lib/libssl/ssl_txt.c')
-rw-r--r-- | lib/libssl/ssl_txt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/ssl_txt.c b/lib/libssl/ssl_txt.c index 3540bab3137..508db476d80 100644 --- a/lib/libssl/ssl_txt.c +++ b/lib/libssl/ssl_txt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_txt.c,v 1.24 2014/07/12 19:45:53 jsing Exp $ */ +/* $OpenBSD: ssl_txt.c,v 1.25 2014/11/16 14:12:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -83,7 +83,9 @@ */ #include <stdio.h> + #include <openssl/buffer.h> + #include "ssl_locl.h" int |