Remove stray bracket if MBEDTLS_ZLIB_SUPPORT is defined
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 0b3fea1..08ed75d 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -7238,7 +7238,6 @@
 #if defined(MBEDTLS_ZLIB_SUPPORT)
     if( ssl->session_out->compression != MBEDTLS_SSL_COMPRESS_NULL )
         return( MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE );
-    }
 #endif
 
     switch( mbedtls_cipher_get_cipher_mode( &transform->cipher_ctx_enc ) )