http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=2a539ad961affeffee32cb6148f421c8e66ab693 appears to have broken the (developer) build, since oldstate is now an unused variable in lib/gnutls_handshake.c in _gnutls_sendshake_final(). -int oldstate = STATE; (around line 2770) will correct the issue. Thanks Brad