all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnutls changes break Windows mingw64 build
@ 2014-12-09 15:06 Andy Moreton
  2014-12-09 17:17 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Moreton @ 2014-12-09 15:06 UTC (permalink / raw
  To: emacs-devel

Hi,

The changes in commit ad67503f50b8 ("Make gnutls-peer-status return even
more data") broke the msys2 mingw64 build for me. The following trivial
change fixed it:

diff --git a/src/gnutls.c b/src/gnutls.c
index 46ef21137fb6..aa800be25762 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -194,7 +194,7 @@ DEF_GNUTLS_FN (gnutls_kx_algorithm_t, gnutls_kx_get, (gnutls_session_t));
 DEF_GNUTLS_FN (const char*, gnutls_kx_get_name, (gnutls_kx_algorithm_t));
 DEF_GNUTLS_FN (gnutls_protocol_t, gnutls_protocol_get_version,
 	       (gnutls_session_t));
-DEF_GNUTLS_FN (const char*, gnutls_protocol_get_version, (gnutls_protocol_t));
+DEF_GNUTLS_FN (const char*, gnutls_protocol_get_name, (gnutls_protocol_t));
 DEF_GNUTLS_FN (gnutls_cipher_algorithm_t, gnutls_cipher_get,
 	       (gnutls_session_t));
 DEF_GNUTLS_FN (const char*, gnutls_cipher_get_name,






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: gnutls changes break Windows mingw64 build
  2014-12-09 15:06 gnutls changes break Windows mingw64 build Andy Moreton
@ 2014-12-09 17:17 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2014-12-09 17:17 UTC (permalink / raw
  To: Andy Moreton; +Cc: emacs-devel

> From: Andy Moreton <andrewjmoreton@gmail.com>
> Date: Tue, 09 Dec 2014 15:06:40 +0000
> 
> The changes in commit ad67503f50b8 ("Make gnutls-peer-status return even
> more data") broke the msys2 mingw64 build for me. The following trivial
> change fixed it:

Thanks, pushed.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-09 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 15:06 gnutls changes break Windows mingw64 build Andy Moreton
2014-12-09 17:17 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.