summaryrefslogtreecommitdiff
path: root/tests/certs_.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/certs_.cpp')
-rw-r--r--tests/certs_.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/certs_.cpp b/tests/certs_.cpp
index 8155b90..b63c48b 100644
--- a/tests/certs_.cpp
+++ b/tests/certs_.cpp
@@ -31,8 +31,3 @@ Certs_::ocsp_response_t Certs_::check_ocsp_chain_ (const chain_t &chain)
{
return this->check_ocsp_chain(chain);
}
-
-void Certs_::find_app_signatures_ (app_t &app, const std::string &app_path, ocsp_urls_t &ocsp_urls)
-{
- return this->find_app_signatures(app, app_path, ocsp_urls);
-}