summaryrefslogtreecommitdiff
path: root/src/client/ocsp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ocsp.cpp')
-rw-r--r--src/client/ocsp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/ocsp.cpp b/src/client/ocsp.cpp
index 0302687..eb6744a 100644
--- a/src/client/ocsp.cpp
+++ b/src/client/ocsp.cpp
@@ -26,7 +26,8 @@
#include "client/error.h"
__attribute__((visibility("default")))
-int cchecker_ocsp_request() {
+int cchecker_ocsp_request()
+{
CCHECKER::OcspClient oc;
return oc.request() == CCHECKER::E_CC_NONE ? 0 : -1;
};