mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Mark cert_matches_key as not-intrusive; fix stretch compilation.
This commit is contained in:
parent
05d62a3b73
commit
9068e2fa28
@ -3823,4 +3823,3 @@ connection_edge_free_all(void)
|
||||
smartlist_free(pending_entry_connections);
|
||||
pending_entry_connections = NULL;
|
||||
}
|
||||
|
||||
|
@ -2779,7 +2779,7 @@ struct testcase_t tortls_tests[] = {
|
||||
LOCAL_TEST_CASE(always_accept_verify_cb, 0),
|
||||
INTRUSIVE_TEST_CASE(x509_cert_free, 0),
|
||||
LOCAL_TEST_CASE(x509_cert_get_id_digests, 0),
|
||||
INTRUSIVE_TEST_CASE(cert_matches_key, 0),
|
||||
LOCAL_TEST_CASE(cert_matches_key, 0),
|
||||
INTRUSIVE_TEST_CASE(cert_get_key, 0),
|
||||
LOCAL_TEST_CASE(get_my_client_auth_key, TT_FORK),
|
||||
LOCAL_TEST_CASE(get_my_certs, TT_FORK),
|
||||
@ -2823,4 +2823,3 @@ struct testcase_t tortls_tests[] = {
|
||||
LOCAL_TEST_CASE(context_init_one, 0),
|
||||
END_OF_TESTCASES
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user