diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2012-02-01 16:27:38 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2012-04-03 17:25:25 -0400 |
commit | 5e3fe022d9eecf8943663b1e622569226920177a (patch) | |
tree | 5cccb1fa4e6e04d7749f3811f35720a3dd0d187a /.gitignore | |
parent | 2de11b18fc9b4b0f30b7f02fb7c68fb29455c585 (diff) |
Remove wocky_tls_session_add_crl
This is unused by Gabble, unsupported by GIO. Correct usage of such a
feature would be system whide, not really per-applications.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -87,7 +87,6 @@ tests/*report.xml # tests/certs/ca-0-key.pem # tests/certs/exp-cert.pem # keep these hanging around as we'd have # tests/certs/new-cert.pem # to build-dep on datefudge otherwise -# tests/certs/ca-0-crl.pem # tests/certs/ca-1-cert.pem # tests/certs/ca-1-key.pem # tests/certs/ca-2-cert.pem @@ -107,7 +106,6 @@ tests/*report.xml tests/certtool tests/tardis # tests/certs/cas/* -# tests/certs/crl/* examples/wocky-register examples/wocky-receive-messages |