]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
initial_negotiation_completed type changed to unsigned
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 7 Feb 2012 18:21:54 +0000 (19:21 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 7 Feb 2012 18:21:54 +0000 (19:21 +0100)
lib/gnutls_int.h

index a306dd5fa84bcf99aefcbc2920fd0c7bc78258fd..7f3c676ece4121baea0dd3b987e43804d873904a 100644 (file)
@@ -841,7 +841,7 @@ typedef struct
   uint16_t srp_prime_bits;
 
   /* A handshake process has been completed */
-  int initial_negotiation_completed:1;
+  unsigned int initial_negotiation_completed:1;
 
   struct
   {