summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-06-28 22:51:27 +0200
committerRich Salz <rsalz@openssl.org>2016-06-29 09:56:39 -0400
commit0485d5406a3b76dd02e73c1c7dcabebe64f9f8a2 (patch)
treeac7975fb1aa1e388a9dfedb8b0a8d4580f2447c7 /ssl/d1_lib.c
parent02e112a88579ff2592f34015f73dc85f4ed76ad5 (diff)
Whitespace cleanup in ssl folder
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 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index ea1e3d5ae9..a20f30a5c2 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -82,7 +82,7 @@ int dtls1_new(SSL *s)
if (!DTLS_RECORD_LAYER_new(&s->rlayer)) {
return 0;
}
-
+
if (!ssl3_new(s))
return (0);
if ((d1 = OPENSSL_zalloc(sizeof(*d1))) == NULL) {