summaryrefslogtreecommitdiff
path: root/src/ocsptool-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ocsptool-common.h')
-rw-r--r--src/ocsptool-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ocsptool-common.h b/src/ocsptool-common.h
index 5922cb0ae5..c8b130e479 100644
--- a/src/ocsptool-common.h
+++ b/src/ocsptool-common.h
@@ -42,6 +42,7 @@ void print_ocsp_verify_res(unsigned int output);
int
check_ocsp_response(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer,
- gnutls_datum_t * data, gnutls_datum_t *nonce);
+ gnutls_datum_t * data, gnutls_datum_t *nonce,
+ int verbose);
#endif