all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Moreton <andrewjmoreton@gmail.com>
To: emacs-devel@gnu.org
Subject: gnutls changes break Windows mingw64 build
Date: Tue, 09 Dec 2014 15:06:40 +0000	[thread overview]
Message-ID: <vz18uighngf.fsf@gmail.com> (raw)

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,






             reply	other threads:[~2014-12-09 15:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-09 15:06 Andy Moreton [this message]
2014-12-09 17:17 ` gnutls changes break Windows mingw64 build Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vz18uighngf.fsf@gmail.com \
    --to=andrewjmoreton@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.