mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge remote-tracking branch 'rl1987/bug17417_take2'
This commit is contained in:
commit
19e10f95c1
@ -2864,6 +2864,7 @@ test_tortls_cert_new(void *ignored)
|
||||
ret = tor_x509_cert_new(cert);
|
||||
tt_assert(ret);
|
||||
tor_x509_cert_free(ret);
|
||||
ret = NULL;
|
||||
|
||||
#if 0
|
||||
cert = read_cert_from(validCertString);
|
||||
|
Loading…
Reference in New Issue
Block a user