gnutls.c (gnutls_protocol_get_name): Fix a copy/paste typo.

This commit is contained in:
Andy Moreton 2014-12-09 19:16:55 +02:00 committed by Eli Zaretskii
parent fda355b5bd
commit 9b185aa1ae
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-12-09 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
* gnutls.c (gnutls_protocol_get_name): Fix a copy/paste typo.
2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnutls.c (Fgnutls_peer_status): Return the key exchange, cipher

View file

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