CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2020/07/04 03:07:02

Modified files:
        regress/lib/libtls/tls: tlstest.c 

Log message:
Add a missing circular_init() call in the TLS ordering test.

This makes the regress work correctly again - this was previously masked
by the fact that tls_close() (and hence SSL_shutdown()) was draining the
circular buffer, whereas now we're leaving data behind from a previous
test, resulting in the ordering test failing.

Reply via email to