]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Corrected gnutls_certificate_server_set_request().
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 29 Aug 2013 11:06:20 +0000 (14:06 +0300)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 29 Aug 2013 11:06:20 +0000 (14:06 +0300)
lib/gnutls_int.h

index b9904b2c57b34cd3c43d625c568a463670408db3..bffa3e41d79965662f409bba2362de6f59f0d449 100644 (file)
@@ -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;