]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
more libextra doc fixes.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 26 Oct 2011 14:45:45 +0000 (16:45 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 26 Oct 2011 14:45:45 +0000 (16:45 +0200)
doc/cha-gtls-app.texi

index 8e756288e39e2a72261198336126befe3113524c..1e20f02fcedd902bd0f34ae287d676e1f39cf393 100644 (file)
@@ -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.