summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-12 20:35:05 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-07-12 20:35:05 +0200
commit0fa5bf7358b46b2f74ea81681833c3e34fca5b67 (patch)
tree5f7da98daa0336cfc3ebfccdb95fd964543e3e97 /lib/gnutls_int.h
parent671c785dea1f06bbde569cac2964cbf5c68385b0 (diff)
downloadgnutls-0fa5bf7358b46b2f74ea81681833c3e34fca5b67.tar.gz
corrected typo
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h4
1 files changed, 2 insertions, 2 deletions
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;