View | Details | Raw Unified | Return to bug 51657
Collapse All | Expand All

(-)openssl-engine-0.9.6c.orig/ssl/s3_pkt.c (+1 lines)
Lines 1077-1082 Link Here
1077
		/* TLS just ignores unknown message types */
1077
		/* TLS just ignores unknown message types */
1078
		if (s->version == TLS1_VERSION)
1078
		if (s->version == TLS1_VERSION)
1079
			{
1079
			{
1080
			rr->length = 0;
1080
			goto start;
1081
			goto start;
1081
			}
1082
			}
1082
#endif
1083
#endif

Return to bug 51657