summaryrefslogtreecommitdiff
path: root/lib/state.c
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2015-10-20 19:02:25 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-10-21 09:06:51 +0200
commit520517e93a9f113364b2896431cf01e1d5c4e08b (patch)
treefbea86679f09b490155a9f463424eff075be47f0 /lib/state.c
parent1f95f29d568058a735adca39288be07af23846f3 (diff)
downloadgnutls-520517e93a9f113364b2896431cf01e1d5c4e08b.tar.gz
Documentation update
The new simple verification functions were backported to 3.4.6, correct "Since:" to reflect this.
Diffstat (limited to 'lib/state.c')
-rw-r--r--lib/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/state.c b/lib/state.c
index ab5b07f596..929b13c708 100644
--- a/lib/state.c
+++ b/lib/state.c
@@ -917,7 +917,7 @@ void gnutls_session_set_ptr(gnutls_session_t session, void *ptr)
* The callback function should return 0 for the handshake to continue
* or non-zero to terminate.
*
- * Since: 3.5.0
+ * Since: 3.4.6
**/
void
gnutls_session_set_verify_function