summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/ocsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/gnutls/ocsp.h')
-rw-r--r--lib/includes/gnutls/ocsp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/includes/gnutls/ocsp.h b/lib/includes/gnutls/ocsp.h
index 996875d780..966e1d5b8c 100644
--- a/lib/includes/gnutls/ocsp.h
+++ b/lib/includes/gnutls/ocsp.h
@@ -268,6 +268,13 @@ int gnutls_ocsp_resp_verify(gnutls_ocsp_resp_t resp,
int gnutls_ocsp_resp_check_crt(gnutls_ocsp_resp_t resp,
unsigned int indx, gnutls_x509_crt_t crt);
+int
+gnutls_ocsp_resp_list_import2(gnutls_ocsp_resp_t **ocsps,
+ unsigned int *size,
+ const gnutls_datum_t *resp_data,
+ gnutls_x509_crt_fmt_t format,
+ unsigned int flags);
+
/* *INDENT-OFF* */
#ifdef __cplusplus
}