Remove the function `tor_tls_assert_renegotiation_unblocked`.
commit42ba87d9648c5aa6c15d53175c477ce697932188
authorNick Mathewson <nickm@torproject.org>
Tue, 25 May 2021 11:38:31 +0000 (25 07:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 May 2021 11:38:31 +0000 (25 07:38 -0400)
tree4e5e66f8a4e7ac45b9c60dd644a87c8566ffc537
parente2c1ac214c0ae77282709b50fb9fbdde50dd7a1f
Remove the function `tor_tls_assert_renegotiation_unblocked`.

It was used nowhere outside its own unit tests, and it was causing
compilation issues with recent OpenSSL 3.0.0 alphas.

Closes ticket 40399.
changes/bug40399 [new file with mode: 0644]
src/lib/tls/tortls.h
src/lib/tls/tortls_nss.c
src/lib/tls/tortls_openssl.c
src/test/test_tortls_openssl.c