CLEANUP: ssl: Remove goto after return dead code

This code can never be reached.
diff --git a/src/payload.c b/src/payload.c
index 3a534c3..a02a869 100644
--- a/src/payload.c
+++ b/src/payload.c
@@ -181,9 +181,6 @@
 	smp->flags = SMP_F_VOLATILE;
 	return 1;
 
-	/* server name not found */
-	goto not_ssl_hello;
-
  too_short:
 	smp->flags = SMP_F_MAY_CHANGE;