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
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.