From: Nikos Mavrogiannopoulos Date: Wed, 26 Oct 2011 14:45:45 +0000 (+0200) Subject: more libextra doc fixes. X-Git-Tag: gnutls_3_0_5~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0882b6466976d04e1df93bce6fc9dcd8653a1e2f;p=thirdparty%2Fgnutls.git more libextra doc fixes. --- diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 8e756288e3..1e20f02fce 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -37,10 +37,6 @@ defined in the header file @file{gnutls/gnutls.h}. This must be included in all programs that make use of the @acronym{GnuTLS} library. -The extra functionality of the @acronym{GnuTLS-extra} library is -available by including the header file @file{gnutls/extra.h} in your -programs. - @node Initialization @subsection Initialization @@ -50,9 +46,6 @@ allocated by the initialization process can be released if the application no longer has a need to call GnuTLS functions, this is done by calling @funcref{gnutls_global_deinit}. -The extra functionality of the @acronym{GnuTLS-extra} library is -available after calling @funcref{gnutls_global_init_extra}. - In order to take advantage of the internationalization features in GnuTLS, such as translated error messages, the application must set the current locale using @code{setlocale} before initializing GnuTLS.