summaryrefslogtreecommitdiff
path: root/tests/certs_.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/certs_.cpp')
-rw-r--r--tests/certs_.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/certs_.cpp b/tests/certs_.cpp
index b63c48b..b20bace 100644
--- a/tests/certs_.cpp
+++ b/tests/certs_.cpp
@@ -27,7 +27,7 @@ using namespace CCHECKER;
Certs_::~Certs_()
{}
-Certs_::ocsp_response_t Certs_::check_ocsp_chain_ (const chain_t &chain)
+Certs_::ocsp_response_t Certs_::check_ocsp_chain_(const chain_t &chain)
{
- return this->check_ocsp_chain(chain);
+ return this->check_ocsp_chain(chain);
}