From: Simon Josefsson Date: Wed, 17 Feb 2010 16:13:01 +0000 (+0100) Subject: Doc fix. X-Git-Tag: gnutls_2_9_10~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ead62fd606b48a3751c8c8f17bdec97f9261a7e;p=thirdparty%2Fgnutls.git Doc fix. --- 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.