summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 2435c5c1e1..8eb555361f 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -889,6 +889,8 @@ typedef struct {
int16_t selected_cert_list_length;
struct gnutls_privkey_st *selected_key;
bool selected_need_free;
+ gnutls_status_request_ocsp_func selected_ocsp_func;
+ void *selected_ocsp_func_ptr;
/* In case of a client holds the extensions we sent to the peer;
* otherwise the extensions we received from the client.