aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/buffer.h
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-06-28 22:51:01 +0200
committerRich Salz <rsalz@openssl.org>2016-06-29 09:56:39 -0400
commit02e112a88579ff2592f34015f73dc85f4ed76ad5 (patch)
treee99d5fa28c3dbc7b35eda5bce012dd57f6d86267 /include/openssl/buffer.h
parent0517ffc47c79136ba09fb34400e9e26c539615d1 (diff)
downloadopenssl-02e112a88579ff2592f34015f73dc85f4ed76ad5.tar.gz
Whitespace cleanup in crypto
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1264)
Diffstat (limited to 'include/openssl/buffer.h')
-rw-r--r--include/openssl/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/buffer.h b/include/openssl/buffer.h
index 88409fd9eb..e2e1e5da9d 100644
--- a/include/openssl/buffer.h
+++ b/include/openssl/buffer.h
@@ -36,7 +36,7 @@ extern "C" {
# define BUF_strlcpy(dst, src, size) OPENSSL_strlcpy(dst, src, size)
# define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size)
# define BUF_strnlen(str, maxlen) OPENSSL_strnlen(str, maxlen)
-
+
struct buf_mem_st {
size_t length; /* current number of bytes */
char *data;