Remove TLSEXT_TYPE_padding ifdef.

There's no need to make that conditional.

Change-Id: Idac1aba42b22e3fe8e7731ae4ecb5ebc4183336c
Reviewed-on: https://boringssl-review.googlesource.com/2550
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index 034442a..dbaadf2 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -1138,7 +1138,6 @@
 			}
 		}
 
-#ifdef TLSEXT_TYPE_padding
 	if (header_len > 0)
 		{
 		size_t clienthello_minsize = 0;
@@ -1183,7 +1182,6 @@
 			ret += padding_len;
 			}
 		}
-#endif
 
 	if ((extdatalen = ret-orig-2)== 0)
 		return orig;