From: Nikos Mavrogiannopoulos Date: Fri, 12 Jul 2013 18:35:05 +0000 (+0200) Subject: corrected typo X-Git-Tag: gnutls_3_2_2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fa5bf7358b46b2f74ea81681833c3e34fca5b67;p=thirdparty%2Fgnutls.git corrected typo --- diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index 6b4cb04df3..180422a389 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -870,14 +870,14 @@ typedef struct /* handshake hook function */ gnutls_handshake_hook_func h_hook; unsigned int h_type; /* the hooked type */ - sint16_t h_post; /* whether post-generation/receive */ + int16_t h_post; /* whether post-generation/receive */ /* holds the selected certificate and key. * use _gnutls_selected_certs_deinit() and _gnutls_selected_certs_set() * to change them. */ gnutls_pcert_st *selected_cert_list; - sint16_t selected_cert_list_length; + int16_t selected_cert_list_length; struct gnutls_privkey_st *selected_key; unsigned selected_need_free:1;