From: Nikos Mavrogiannopoulos Date: Thu, 29 Aug 2013 11:06:20 +0000 (+0300) Subject: Corrected gnutls_certificate_server_set_request(). X-Git-Tag: gnutls_3_2_4~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4aebdbe7d424f2a1705f3751c5fef6f2e5f4e616;p=thirdparty%2Fgnutls.git Corrected gnutls_certificate_server_set_request(). --- diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index b9904b2c57..bffa3e41d7 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -837,9 +837,10 @@ typedef struct /* if this is non zero a certificate request message * will be sent to the client. - only if the ciphersuite - * supports it. + * supports it. In server side it contains GNUTLS_CERT_REQUIRE + * or similar. */ - unsigned send_cert_req:1; + unsigned send_cert_req; size_t max_handshake_data_buffer_size;