summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_pkt.c
diff options
context:
space:
mode:
authordoug <>2015-06-13 08:38:10 +0000
committerdoug <>2015-06-13 08:38:10 +0000
commita3f6270cf947329be3b9091ddfdbab704042addd (patch)
treed662b590881eb66fb307e6d2ac19b7a15cc092ba /src/lib/libssl/d1_pkt.c
parentda86a9658c227bfdb16fc46762295a922d8ffaff (diff)
downloadopenbsd-a3f6270cf947329be3b9091ddfdbab704042addd.tar.gz
openbsd-a3f6270cf947329be3b9091ddfdbab704042addd.tar.bz2
openbsd-a3f6270cf947329be3b9091ddfdbab704042addd.zip
Fix bad indenting in LibreSSL.
jsg@ noticed that some of the lines in libssl and libcrypto are not indented properly. At a quick glance, it looks like it has a different control flow than it really does. I checked the history in our tree and in OpenSSL to make sure these were simple mistakes. ok miod@ jsing@
Diffstat (limited to 'src/lib/libssl/d1_pkt.c')
-rw-r--r--src/lib/libssl/d1_pkt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/d1_pkt.c b/src/lib/libssl/d1_pkt.c
index c997b7f212..a3ba33548e 100644
--- a/src/lib/libssl/d1_pkt.c
+++ b/src/lib/libssl/d1_pkt.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: d1_pkt.c,v 1.40 2015/02/09 10:53:28 jsing Exp $ */ 1/* $OpenBSD: d1_pkt.c,v 1.41 2015/06/13 08:38:10 doug Exp $ */
2/* 2/*
3 * DTLS implementation written by Nagendra Modadugu 3 * DTLS implementation written by Nagendra Modadugu
4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. 4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -1437,7 +1437,7 @@ dtls1_dispatch_alert(SSL *s)
1437 || s->s3->send_alert[1] == DTLS1_AD_MISSING_HANDSHAKE_MESSAGE 1437 || s->s3->send_alert[1] == DTLS1_AD_MISSING_HANDSHAKE_MESSAGE
1438#endif 1438#endif
1439 ) 1439 )
1440 (void)BIO_flush(s->wbio); 1440 (void)BIO_flush(s->wbio);
1441 1441
1442 if (s->msg_callback) 1442 if (s->msg_callback)
1443 s->msg_callback(1, s->version, SSL3_RT_ALERT, 1443 s->msg_callback(1, s->version, SSL3_RT_ALERT,