| commit | 0485d5406a3b76dd02e73c1c7dcabebe64f9f8a2 | [log] [tgz] |
|---|---|---|
| author | FdaSilvaYY <fdasilvayy@gmail.com> | Tue Jun 28 22:51:27 2016 +0200 |
| committer | Rich Salz <rsalz@openssl.org> | Wed Jun 29 09:56:39 2016 -0400 |
| tree | ac7975fb1aa1e388a9dfedb8b0a8d4580f2447c7 | |
| parent | 02e112a88579ff2592f34015f73dc85f4ed76ad5 [diff] [blame] |
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)
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c index ea1e3d5..a20f30a 100644 --- a/ssl/d1_lib.c +++ b/ssl/d1_lib.c
@@ -82,7 +82,7 @@ if (!DTLS_RECORD_LAYER_new(&s->rlayer)) { return 0; } - + if (!ssl3_new(s)) return (0); if ((d1 = OPENSSL_zalloc(sizeof(*d1))) == NULL) {