Repair another bug in s23_get_client_hello:
tls1 did not survive to restarts, so get rid of it.
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index bebe726..5c6508e 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -727,7 +727,7 @@
 						num = INT_MAX;
 
 					if (num > 1)
-						--num; /* for testing restartability even more thoroughly */
+						--num; /* test restartability even more thoroughly */
 					
 					r = BIO_nwrite(io1, &dataptr, (int)num);
 					assert(r > 0);