More cleanup.
[openssl.git] / ssl / s3_srvr.c
index 0a8f206f9f96b44efdcd8fda127c993ae23a19eb..02653a4983b4b6222cf5d0f02c0be5e23ee039cc 100644 (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)
                {