diff options
author | Tristan Matthews <le.businessman@gmail.com> | 2014-08-29 13:42:09 -0400 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-30 11:32:17 +0200 |
commit | c6a06e8f75876673129af62543888e2c014c8900 (patch) | |
tree | a81a75c7794b637ae5e881d8bc43a2eb66cda428 | |
parent | 1a261f4ddd7e40903599619d59391faa853c8f89 (diff) | |
download | gnutls-c6a06e8f75876673129af62543888e2c014c8900.tar.gz |
alpn: fix version documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r-- | lib/ext/alpn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ext/alpn.c b/lib/ext/alpn.c index b2f0f11a13..8ddaa97309 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, |