aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-16 15:52:31 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:20:06 +0000
commit28470b6095aa1f098860ffdf226f32e4c4cd334f (patch)
tree02493f5887006cd6c5fd9a844fc2165e8960121c /ssl
parent23a22b4cf72b0c2aadcd65001d4a28941d570547 (diff)
downloadopenssl-28470b6095aa1f098860ffdf226f32e4c4cd334f.zip
openssl-28470b6095aa1f098860ffdf226f32e4c4cd334f.tar.gz
openssl-28470b6095aa1f098860ffdf226f32e4c4cd334f.tar.bz2
Yet more comments
Conflicts: crypto/dsa/dsa_asn1.c crypto/pem/pem_all.c fips/dh/dh_gen.c fips/dh/fips_dh_check.c fips/dh/fips_dh_gen.c ssl/ssl_ciph.c Conflicts: ssl/d1_clnt.c Conflicts: ssl/s2_pkt.c Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/d1_pkt.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ssl/d1_pkt.c b/ssl/d1_pkt.c
index 9a1394a..ee2c0e0 100644
--- a/ssl/d1_pkt.c
+++ b/ssl/d1_pkt.c
@@ -1045,9 +1045,11 @@ start:
}
}
- /* s->d1->handshake_fragment_len == 12 iff rr->type == SSL3_RT_HANDSHAKE;
+ /*-
+ * s->d1->handshake_fragment_len == 12 iff rr->type == SSL3_RT_HANDSHAKE;
* s->d1->alert_fragment_len == 7 iff rr->type == SSL3_RT_ALERT.
- * (Possibly rr is 'empty' now, i.e. rr->length may be 0.) */
+ * (Possibly rr is 'empty' now, i.e. rr->length may be 0.)
+ */
/* If we are a client, check for an incoming 'Hello Request': */
if ((!s->server) &&