summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-20 10:49:48 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-20 10:51:53 +0200
commit76b35ce1f6dd709f57cacf8489534a736c291085 (patch)
tree28a76c4d2372f15374e9d7abae71cc409c456160
parentfcc1d0decf853062ad8ac200fdd3e14e7f6eedae (diff)
downloadgnutls-76b35ce1f6dd709f57cacf8489534a736c291085.tar.gz
gnutls_prf_rfc5705: mention the version it was introduced at
-rw-r--r--lib/gnutls_state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index f8880b28fd..b070b21b41 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -1090,6 +1090,8 @@ gnutls_prf_raw(gnutls_session_t session,
* The output is placed in @out, which must be pre-allocated.
*
* Returns: %GNUTLS_E_SUCCESS on success, or an error code.
+ *
+ * Since: 3.4.4
**/
int
gnutls_prf_rfc5705(gnutls_session_t session,