[gnutls-devel] [PATCH] alpn: correct documented minimum supported version

Rémi Denis-Courmont remi at remlab.net
Sat Aug 30 11:14:04 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 4f19f07..6007f2e 100644
--- a/lib/ext/alpn.c
+++ b/lib/ext/alpn.c
@@ -189,7 +189,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,
@@ -231,7 +231,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,
-- 
2.1.0




More information about the Gnutls-devel mailing list