summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnutls_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 64aa159efc..9e50af67ce 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -1002,7 +1002,7 @@ typedef struct {
* supports it. In server side it contains GNUTLS_CERT_REQUIRE
* or similar.
*/
- unsigned send_cert_req;
+ gnutls_certificate_request_t send_cert_req;
size_t max_handshake_data_buffer_size;