1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

* gnutls.c (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.

This commit is contained in:
Paul Eggert 2011-04-26 00:23:56 -07:00
parent 0c8c7e5cff
commit 7754e1516f
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
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

View file

@ -463,7 +463,7 @@ one trustfile (usually a CA bundle). */)
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. */