More cleanup.

(cherry picked from commit 5eda213ebe)
Conflicts:
	apps/s_client.c
	apps/s_server.c
This commit is contained in:
Ben Laurie
2013-08-01 12:33:15 +01:00
committed by Scott Deboy
parent 8b41df41c2
commit 8acf1ff4b4
8 changed files with 29 additions and 45 deletions

View File

@@ -903,9 +903,7 @@ int ssl3_check_client_hello(SSL *s)
s->s3->tmp.reuse_message = 1;
#ifndef OPENSSL_NO_TLSEXT
if (s->s3->tmp.message_type == SSL3_MT_SUPPLEMENTAL_DATA)
{
return 3;
}
#endif
if (s->s3->tmp.message_type == SSL3_MT_CLIENT_HELLO)
{