From 42ba87d9648c5aa6c15d53175c477ce697932188 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 25 May 2021 07:38:31 -0400 Subject: 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 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug40399 (limited to 'changes') diff --git a/changes/bug40399 b/changes/bug40399 new file mode 100644 index 0000000000..7954b85eaf --- /dev/null +++ b/changes/bug40399 @@ -0,0 +1,5 @@ + o Minor features (compatibility): + - Remove an assertion function related to TLS renegotiation. + It was used nowhere outside the unit tests, and it was breaking + compilation with recent alpha releases of OpenSSL 3.0.0. + Closes ticket 40399. -- cgit v1.2.3-54-g00ecf