From: Nikos Mavrogiannopoulos Date: Tue, 7 Feb 2012 18:21:54 +0000 (+0100) Subject: initial_negotiation_completed type changed to unsigned X-Git-Tag: gnutls_3_0_13~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a59ca6489e89479b44655470c66926713caa9b;p=thirdparty%2Fgnutls.git initial_negotiation_completed type changed to unsigned --- diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index a306dd5fa8..7f3c676ece 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -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 {