needed for one caller, Fgnutls_boot.
(emacs_gnutls_read): Do that check. This is the other caller.
(emacs_gnutls_handle_error): Remove unused local.
+ (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
lisp.h: Fix a problem with aliasing and vector headers.
GCC 4.6.0 optimizes based on type-based alias analysis. For
Lisp_Object global_init;
char const *priority_string_ptr = "NORMAL"; /* default priority string. */
Lisp_Object tail;
- int peer_verification;
+ unsigned int peer_verification;
char* c_hostname;
/* Placeholders for the property list elements. */