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>
This commit is contained in:
		@@ -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) &&
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user