commit | cb0369d885c9df71f7fbd791ded0f706212f1f4c | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Fri Sep 10 16:41:01 1999 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Fri Sep 10 16:41:01 1999 +0000 |
tree | a452c9208c24de087cc03b4123a5ef4c1cf9e169 | |
parent | 778f1092ddd41d4c87ce2bc72603b8680b2ffd04 [diff] [blame] |
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);