[gnutls-devel] [PATCH] alpn: fix version documentation

Tristan Matthews le.businessman at gmail.com
Fri Aug 29 19:42:09 CEST 2014


---
 lib/ext/alpn.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ext/alpn.c b/lib/ext/alpn.c
index b2f0f11..8ddaa97 100644
--- a/lib/ext/alpn.c
+++ b/lib/ext/alpn.c
@@ -206,7 +206,7 @@ _gnutls_alpn_send_params(gnutls_session_t session,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned,
  *   otherwise a negative error code is returned.
  *
- * Since 3.1.11
+ * Since 3.2.0
  **/
 int
 gnutls_alpn_get_selected_protocol(gnutls_session_t session,
@@ -253,7 +253,7 @@ gnutls_alpn_get_selected_protocol(gnutls_session_t session,
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned,
  *   otherwise a negative error code is returned.
  *
- * Since 3.1.11
+ * Since 3.2.0
  **/
 int
 gnutls_alpn_set_protocols(gnutls_session_t session,
-- 
1.9.3




More information about the Gnutls-devel mailing list