summaryrefslogtreecommitdiff
path: root/libextra
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-02-17 17:13:01 +0100
committerSimon Josefsson <simon@josefsson.org>2010-02-17 17:13:01 +0100
commit0ead62fd606b48a3751c8c8f17bdec97f9261a7e (patch)
tree3b4055486112b451eff36244626de39cf26de9d8 /libextra
parent26beb2b1dae4f106fe9e961c979c7ebcec62093e (diff)
downloadgnutls-0ead62fd606b48a3751c8c8f17bdec97f9261a7e.tar.gz
Doc fix.
Diffstat (limited to 'libextra')
-rw-r--r--libextra/gnutls_ia.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libextra/gnutls_ia.c b/libextra/gnutls_ia.c
index ad2c3e8cd4..be315b844a 100644
--- a/libextra/gnutls_ia.c
+++ b/libextra/gnutls_ia.c
@@ -661,8 +661,7 @@ gnutls_ia_handshake (gnutls_session_t session)
*
* Adding this credential to a session will enable TLS/IA, and will
* require an Application Phase after the TLS handshake (if the server
- * support TLS/IA). Use gnutls_ia_require_inner_phase() to toggle the
- * TLS/IA mode.
+ * support TLS/IA). Use gnutls_ia_enable() to toggle the TLS/IA mode.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise
* an error code is returned.
@@ -771,8 +770,7 @@ gnutls_ia_get_client_avp_ptr (gnutls_ia_client_credentials_t cred)
*
* Adding this credential to a session will enable TLS/IA, and will
* require an Application Phase after the TLS handshake (if the client
- * support TLS/IA). Use gnutls_ia_require_inner_phase() to toggle the
- * TLS/IA mode.
+ * support TLS/IA). Use gnutls_ia_enable() to toggle the TLS/IA mode.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise
* an error code is returned.